#3192: Dropped frames if v4l2 and x11grab are used in filter_complex
-------------------------------------+-------------------------------------
Reporter: ian_m | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: git-master | undetermined
Keywords: x11grab | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by jnvsor):
Changing the title since it can be reproduced without overlay, it just so
happens overlay requires both streams to be passed through filter_complex
which seems to be closer to the root of the problem
{{{
ffmpeg \
-f x11grab -i :0.0 \
-f v4l2 -i /dev/video0 \
-filter_complex '[0]null[cap];[1]null[webcam]' \
-map '[cap]' -map '[webcam]' \
-c:v libx264 -y out.mkv
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3192#comment:13>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac