Hi, everybody, i've a question about the advenced use of VLC, my english is not fluent, but i will try to tell you about my problem.
So, i would like to incorporate a texte (for exemple: date + time) in a video then stream it (for exemple by UDP on 172.22.35.37:1234).
This is what i can make at prensent:
1) TO Incorporate date + time on a video: vlc --sub-filter "marq{marquee=%d/%m/%y %H:%M:%S,position=9}" MyVideo.mpeg
2) TO Stream a video by UDP on 172.22.35.37 vlc -vvv MyVideo.mpeg --sout '#std{access=udp,mux=ts,dst=172.22.35.37:1234}'
BUT what i don't t know how to do is to stream the video after it contains the (date + time) IN order to reuse this video for other treatments, for exemple to make mosaic.
I have an idea: i must make a mix of both commands!!!!
Is there someone who can help me?
Any idea?
http://www.yelles.fr