From 128cbd939f54e2ff689d4310dd2cb38a28b5510f Mon Sep 17 00:00:00 2001 From: MartinEesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Tue, 14 Dec 2021 22:58:06 +1100 Subject: [PATCH] Update RUNVVCEasy.bat --- RUNVVCEasy.bat | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/RUNVVCEasy.bat b/RUNVVCEasy.bat index 5807ce2..8020eaa 100644 --- a/RUNVVCEasy.bat +++ b/RUNVVCEasy.bat @@ -1,4 +1,5 @@ echo off +cd /d "%~dp0" cls title Martin Eesmaa / VVCEasy echo MARTIN EESMAA / VVCEasy @@ -16,7 +17,8 @@ echo 2. Decode (construction) echo 3. Help (construction) echo 4. Exit echo 5. Test benchmark (construction) -echo 6. Install VLC Media Player (o266player, Windows x64) +echo 6. Install VLC Media Player (o266player, Windows x64) (construction) +echo 7. Install quickly through Anaconda for ffmpeg (Windows) (construction) set /p VVCSTART=Number: if %VVCSTART% == 1 goto encodestart if %VVCSTART% == 2 goto decodestart @@ -24,6 +26,7 @@ if %VVCSTART% == 3 goto help if %VVCSTART% == 4 goto exit if %VVCSTART% == 5 goto test if %VVCSTART% == 6 goto vlc +if %VVCSTART% == 7 goto conda :encodestart title Encode @@ -93,3 +96,12 @@ if %vlcinstall% == n goto start :vlcinstaller wget https://www.dropbox.com/s/hs7yoa9hkxa6ugd/vlc-3.0.11.1-w64.7z +mkdir VLC +cd VLC + +:conda +cls +title ANACONDA +echo Sorry, this is not ready yet... +pause +goto start