[FFmpeg-user] -f segment does not seem to be working

Lou lou at lrcd.com
Mon Mar 31 23:41:54 CEST 2014


On Mon, 31 Mar 2014 18:36:25 -0300
Renato Santos <renato.cron at gmail.com> wrote:

> You can't use copy if you want to segment. You need to re-encode it
> 
> It's the price!

I do not believe this is true. Example from the segment documentation:

  $ ffmpeg -i in.mkv -codec copy -map 0 -f segment \
  -segment_list out.list out%03d.nut

<http://ffmpeg.org/ffmpeg-formats.html#segment_002c-stream_005fsegment_002c-ssegment>


More information about the ffmpeg-user mailing list