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