[FFmpeg-trac] #6122(avfilter:new): Support infinite loops in movie filter

FFmpeg trac at avcodec.org
Thu Feb 2 16:26:26 EET 2017


#6122: Support infinite loops in movie filter
----------------------------------+---------------------------------------
             Reporter:  slhck     |                     Type:  enhancement
               Status:  new       |                 Priority:  normal
            Component:  avfilter  |                  Version:  git-master
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 The movie filter currently does not allow infinite input looping via the
 `loop` option.

 The `loop_count` is decremented with every completed loop and stops at 0.

 There should be a way to set the `loop` option to `-1` which would enable
 infinite looping.

 (I can have a try at this but I'm not sure if there's something that
 prevents it from being implemented in the filter section.)

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


More information about the FFmpeg-trac mailing list