[FFmpeg-trac] #1504(undetermined:open): Split an input video into multiple output video chunks

FFmpeg trac at avcodec.org
Mon Jul 2 12:43:34 CEST 2012


#1504: Split an input video into multiple output video chunks
-------------------------------------+-------------------------------------
             Reporter:  burek        |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  segment      |               Resolution:
  split                              |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by saste):

 * keywords:   => segment split
 * status:  new => open


Comment:

 That's what the segment format is supposed to do:
 {{{
 ffmpeg -i input.avi -f segment -segment_times 10,20,40,50,90,120,180
 -vcodec copy output02%d.avi
 }}}

 Note: -segment_times option is still not integrated, but I have a patch
 waiting for review. The only problem is that the input file is required to
 have enough key-frames set at the right point, and for accurate splitting
 you may need to transcode and use -force_key_frames (and there is no
 magical way to get around that, since a segment must start with a key
 frame).

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1504#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list