Help with marq filter
Posted: 15 Jul 2009 17:42
Hello everyone,
I'm capturing some videos from a webcam using VLC 1.0.0 in gnu/linux, and need to add a text overlay to the saved video. I tried this way:
But the overlay is displayed only on the screen during the capture, and isn't recorded in the avi file.
Where's my error?
thanks in advance
gerlos
I'm capturing some videos from a webcam using VLC 1.0.0 in gnu/linux, and need to add a text overlay to the saved video. I tried this way:
Code: Select all
vlc v4l:///dev/video0:fps=5:width=640:height=480:audio-mute=1 --sub-filter 'marq{marquee="%F %T",position=8}' --sout '#duplicate{dst=display,dst=std{access=file,mux=avi,dst="/home/gerlos/test.avi"}}'
Where's my error?
thanks in advance
gerlos