]> git.sesse.net Git - casparcg/blob - shell/casparcg_auto_restart.bat
[ffmpeg] Recompiled FFmpeg on Linux with --enable-libv4l2 and allow it to be used...
[casparcg] / shell / casparcg_auto_restart.bat
1 @Echo off
2 :Start
3 SET ERRORLEVEL 0
4
5 casparcg.exe
6
7 if ERRORLEVEL 5 goto :Start