The commands :run-time=30 (--run-time=30) or :stop-time=30 (--stop-time=30) do not work in VLC 3.0.6 (32-Bit) with Windows 7 (64-Bit).
Any Ideas to activate the "time" control commands in the command line?
- https://wiki.videolan.org/VLC_command-line_help/
Script Example (Record.bat):
@echo off
start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --qt-start-minimized :run-time=60 :sout-file-format http://zdf0910-lh.akamaihd.net/i/de09_v ... aster.m3u8 :sout=#file{dst="C:\\Temp\\Video_%date%_%time:~0,2%-%time:~3,2%-%time:~6,2%.ts"} vlc://quit
Thanks for Your Help.
Thomas