[FFmpeg-user] Audio "bumps" in concatenated file

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Oct 23 14:16:20 CEST 2013


Soeren Balko <soeren <at> zfaas.com> writes:

> As per your suggestion, I first "spliced out" the audio stream:
> 
> ffmpeg -i input.mov -codec copy -map 0:1 audio.mov

This is unnecessary, just replace -map 0 with -map 0:1 
when using the segment muxer.
(It is possible that you tested something else now.)

Carl Eugen



More information about the ffmpeg-user mailing list