Answer the question
In order to leave comments, you need to log in
Why is vlc not responding to statements in a script?
Batnik
@echo off
:L
for /f "delims=." %%i in ('wmic.exe OS get LocalDateTime ^| find "."') do set sDateTime=%%i
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv "rtsp://192.168.50.97:554/ch01.264" --sout=file/ts:"D:\Camera\keno\video-%sDateTime%.ts" --run-time=900 --play-and-exit --qt-start-minimized
goto :L
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question