Music Fan
14th January 2016, 19:36
Hi,
I'm a little bit confused with the help of ffmpeg ;
http://ffmpeg.org/ffmpeg.html#Advanced-options
How to extract an audio stream without re-encoding when there are several audio streams ?
For example, I have a ts file including 3 audio channels, I wanna keep 0:2, do I have to type this ?
C:\ffmpeg\ffmpeg.exe -i "I:\video.ts" -acodec copy -map 0:2 "P:\audio 2.ac3"
Or -acodec copy is not needed ?
I'm a little bit confused with the help of ffmpeg ;
http://ffmpeg.org/ffmpeg.html#Advanced-options
How to extract an audio stream without re-encoding when there are several audio streams ?
For example, I have a ts file including 3 audio channels, I wanna keep 0:2, do I have to type this ?
C:\ffmpeg\ffmpeg.exe -i "I:\video.ts" -acodec copy -map 0:2 "P:\audio 2.ac3"
Or -acodec copy is not needed ?