Fórumok
Sziasztok,
telefonra probalok atkonvertalni avi-t, minden ok, de most egy tobb hangsavos avi bekavart.
Hogyan lehet kivalasztani, hogy csak az egyik savot masolja le?
Udv
Csaba
- 4780 megtekintés
Hozzászólások
Szerintem ezt keresed:
The "-map" options must be specified just after the output file.
If any "-map" options are used, the number of "-map" options on the
command line must match the number of streams in the output file.
The first "-map" option on the command line specifies the source
for output stream 0, the second "-map" option specifies the source
for output stream 1, etc.
For example, if you have two audio streams in the first input file,
these streams are identified by "0.0" and "0.1". You can use "-map"
to select which stream to place in an output file. For example:
ffmpeg -i INPUT out.wav -map 0.1
will map the input stream in INPUT identified by "0.1" to the
(single) output stream in out.wav.
Vagyis 0.0 lesz az első hangsáv (stream), 0.1 a második, 0.2 a harmadik és így tovább.
Nem próbáltam ki, de az ffmpeg man page-ben ezt írják.
- A hozzászóláshoz be kell jelentkezni