#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac