[FFmpeg-trac] #3192(undetermined:new): Dropped Frames With Overlay Filter

FFmpeg trac at avcodec.org
Tue Dec 3 12:01:07 CET 2013


#3192: Dropped Frames With Overlay Filter
-------------------------------------+-------------------------------------
             Reporter:  ian_m        |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Is the problem also reproducible if you replace {{{-f x11grab -video_size
 1680x1050 -framerate 30 -i :0.0}}} in your command line with {{{-f lavfi
 -i testsrc=s=1680x1050:r=30}}}?

 The following works fine here:
 {{{
 $ ffmpeg -f x11grab -s 1920x1200 -i :0 -f v4l2 -s 320x176 -i /dev/video1
 -filter_complex overlay -qscale 2 out.avi
 }}}

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


More information about the FFmpeg-trac mailing list