[FFmpeg-user] Using FFMPEG to segment audio files

Carl Eugen Hoyos cehoyos at ag.or.at
Wed May 9 12:18:24 CEST 2012


Dominicans Interactive <luuk <at> dominicansinteractive.com> writes:

> This works great for video files, but when trying to do it 
> for an audio-only file I end up with one big file instead 
> of separate segments. The command I use is:
> 
> ffmpeg -i encoded.ts -y -c copy -flags global_header -map 0 
> -f segment -segment_time 10 -segment_list
> fileList.txt -segment_format mpegts segment_%05d.ts

Please add complete, uncut console output.

Carl Eugen



More information about the ffmpeg-user mailing list