[FFmpeg-trac] #4138(ffmpeg:new): Lavfilter output cyclically the same frame when using trim filter with pipe

FFmpeg trac at avcodec.org
Tue Nov 25 13:07:37 CET 2014


#4138: Lavfilter output cyclically the same frame when using trim filter with pipe
--------------------------------+--------------------------------------
             Reporter:  olderz  |                     Type:  defect
               Status:  new     |                 Priority:  normal
            Component:  ffmpeg  |                  Version:  git-master
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+--------------------------------------
 Summary of the bug:
 How to reproduce:

 ffmpeg -i input -map 0:v -c:v rawvideo -f yuv4mpegpipe -vf
 trim=start_frame=240 - | x265 --input - --y4m --output output

 The output has cyclically the same frame. FFmpeg and x265 don't produce
 errors or warnings; if log is pretty necessary ask me and I'll provide to
 add it.
 However using this syntax the output works fine:

 ffmpeg -i input -map 0:v -c:v libx265 -vf trim=start_frame=240 output

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


More information about the FFmpeg-trac mailing list