[FFmpeg-trac] #1799(avfilter:open): loop option doesn't seem to work

FFmpeg trac at avcodec.org
Wed Oct 17 19:25:40 CEST 2012


#1799: loop option doesn't seem to work
------------------------------------+------------------------------------
             Reporter:  ubitux      |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avfilter
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  1           |
------------------------------------+------------------------------------
Changes (by Cigaes):

 * analyzed:  0 => 1
 * status:  new => open
 * version:  unspecified => git-master
 * reproduced:  0 => 1


Comment:

 In fact, the loop option works, but the timestamps are reset for each
 iteration, and that leads ffmpeg to drop frames.

 We could fix movie to update the timestamps for each loop iteration,
 adding the timestamp of the end of the previous iteration. But I am not
 sure it is the right thing to do: the same problem will happen if movie is
 used with a VOB file with a timestamp reset in the middle, for example.

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


More information about the FFmpeg-trac mailing list