VLC media player for Linux and friends Troubleshooting • cvlc and Marq module help



Good day all,

I am wondering if someone can please assist me, I am trying to add multiple marquees to a video I am playing fullscreen on a raspberry pi, the command I am using is as follows

Code:

cvlc -Lf --no-osd --no-mouse-events --marq-size=20 --marq-color=0xFFFF00 '--sub-source=marq{marquee="First line",position=8}:marq{marquee="Different line",position=4}' "/boot/source/loading.mp4"

, the first marquee shows however the second doesn’t. If I remvoe the fullscreen flag then both lines shows. Is there something I am doing wrong?

SOURCES:
https://wiki.videolan.org/Documentation … es_Filters
https://wiki.videolan.org/Documentation:Modules/marq/
https://wiki.videolan.org/File:Marq_dem … Linux.png/

Statistics: Posted by silent001 — 16 Jul 2024 14:10