Hi there,
here's what I would like to do:
capture a live stream from my DV camera (it's mpeg2 full HD), dynamically add some text or logo to it, and record to file.
here's what I tried
vlc.exe dshow:// --dshow-vdev="Sony HDR-HC5E" --dshow-adev=none --sout-keep --sout "#transcode{vcodec=mp2v,sfilter=marq{marquee='Railway Station',position=10}}:std{access=file,dst=C:\Users\Piet\vlc-1.1.0-git\video.mpg }"
Allthough it more or less works, the quality is not acceptable.
Basically, I don't want to transcode, I just want to add the text. Also, since I'm only recording small fragments, the resulting size of the file is also not that important. So Fixed bit-rate would be OK.
However, I have no clue how to tell vlc to do this.
IS transcoding really needed to add text or images?