Mjpeg incompatible with marq/marquee module?
Posted: 21 Aug 2010 19:17
Edit: Please see the next post - it looks like it has nothing to do with webcams - just with the mjpeg format.
I'm using VLC with a webcam for streaming and/or displaying video.
If I use:
it will work ok, displaying on the monitor the webcam and the marquee text overlay.
If I use the following (to turn on the mjpeg compression in the webcam):
or (which I believe is equivalent):
the stream displays on the monitor - but the marquee overlay does not. Also, the debug on the console reads:
Is there a conflict between the stream in mjpeg format and the marquee module? Should I add some extra steps (transcoding?) into the equation to make them both work?
Thanks for any suggestions
I'm using VLC with a webcam for streaming and/or displaying video.
If I use:
Code: Select all
vlc --sub-filter=marq --marq-marquee "test_text" v4l2:///dev/video0
If I use the following (to turn on the mjpeg compression in the webcam):
Code: Select all
vlc --sub-filter=marq --marq-marquee "test_text" v4l2:///dev/video0:chroma=mjpeg
Code: Select all
vlc --sub-filter=marq --marq-marquee "test_text" v4l2c:///dev/video0
Code: Select all
main subpicture error: blending YUVA to J422 failed
Thanks for any suggestions