Hello
I am using VLC 0.8.1 for Windows.
I use the command line
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv udp://@239.193.0.9:8208 --sout c:\Video.mpg
to record shows. I would like to record for a given time, and possibly record starting from a given time.
Is there any way to do this in VLC? I tried
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv udp://@239.193.0.9:8208 --sout c:\Video.mpg --ttl 10
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv udp://@239.193.0.9:8208 --sout c:\Video.mpg --start-time 10
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv udp://@239.193.0.9:8208 --sout c:\Video.mpg --stop-time 10:
Thanks
David