[FFmpeg-trac] #2584(FFmpeg:new): Allow video loop on file protocol @ ffmpeg

FFmpeg trac at avcodec.org
Fri May 17 17:23:33 CEST 2013


#2584: Allow video loop on file protocol @ ffmpeg
--------------------------------+---------------------------------------
             Reporter:  jbvsmo  |                     Type:  enhancement
               Status:  new     |                 Priority:  wish
            Component:  FFmpeg  |                  Version:  git-master
             Keywords:  loop    |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+---------------------------------------
 On ffmpeg, the "-loop" input option currently only works for image2 format
 and not for videos using the file protocol.
 This is somewhat surprising once ffplay '''can''' loop over a video file
 with the "-loop" option. Also, the "concat" demuxer should allow this
 behavior without much work.

 The expected usage should be the same as ffplay (the amount of loops,
 being 0 == infinite) and not like image2 (true/false).

 {{{
 $ ffmpeg -loop 10 -i input.avi ... output
 }}}

 The "movie" filter could also take advantage of that feature.

 related: issue #729, issue #1799

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2584>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list