14 lines
248 B
Batchfile
14 lines
248 B
Batchfile
@echo off
|
|
echo Testing Vav2Player headless mode...
|
|
echo.
|
|
|
|
cd "vav2\Vav2Player\x64\Debug\Vav2Player"
|
|
|
|
echo Running: Vav2Player.exe sample\output.webm
|
|
echo.
|
|
|
|
"Vav2Player.exe" "D:\Project\video-av1\sample\output.webm"
|
|
|
|
echo.
|
|
echo Test completed.
|
|
pause |