Version v.1.0.0 batchfile

This commit is contained in:
Martin Eesmaa 2022-06-23 15:36:32 +10:00 committed by GitHub
parent c2fe35941d
commit 8b40e67e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,8 @@ goto welcomenow
cls cls
title Martin Eesmaa / VVCEasy title Martin Eesmaa / VVCEasy
echo Martin Eesmaa / VVCEasy echo Martin Eesmaa / VVCEasy
echo Welcome to VVCEasy. (Batchfile Beta Version, v.0.9.2) echo Welcome to VVCEasy. ((Batchfile Release Version, v.1.0.0, 23 June 2022)
echo Version codename: Martin Eesmaa's birthday at age 17.
pause pause
goto start goto start
@ -50,7 +51,8 @@ goto start
title Martin Eesmaa / VVCEasy title Martin Eesmaa / VVCEasy
color 07 color 07
cls cls
echo VVCEasy (Batchfile Beta Version, v.0.9.2) echo VVCEasy (Batchfile Release Version, v.1.0.0, 23 June 2022)
echo Version codename: Martin Eesmaa's birthday at age 17.
echo. echo.
echo What would you like to do for encode/decode of VVC? echo What would you like to do for encode/decode of VVC?
echo 1. Encode echo 1. Encode
@ -64,7 +66,8 @@ echo 8. Decompress WindowsVVC.7z (Before you use new VVCEasy version!!!)
echo 9. Install vvDecPlayer from BitMovin echo 9. Install vvDecPlayer from BitMovin
echo 10. Install/Update VLC VTM Plugins (Windows/Linux x64 of VLC plugins by Inter Digital Inc) echo 10. Install/Update VLC VTM Plugins (Windows/Linux x64 of VLC plugins by Inter Digital Inc)
echo 11. Install FFmpeg VVDec support echo 11. Install FFmpeg VVDec support
echo 12. Install MPV Android (OpenVVC plugin) echo 12. Install MPV Android (libvvdec plugin)
echo 13. Tests of VVC videos
set /p VVCSTART=Number: set /p VVCSTART=Number:
if %VVCSTART% == 1 goto encodestart if %VVCSTART% == 1 goto encodestart
if %VVCSTART% == 2 goto decodestart if %VVCSTART% == 2 goto decodestart
@ -78,6 +81,7 @@ if %VVCSTART% == 9 goto installbitmovin
if %VVCSTART% == 10 goto vlcvtmplugininstall if %VVCSTART% == 10 goto vlcvtmplugininstall
if %VVCSTART% == 11 goto vvdecffmpeg if %VVCSTART% == 11 goto vvdecffmpeg
if %VVCSTART% == 12 goto mpvandroidvvc if %VVCSTART% == 12 goto mpvandroidvvc
if %VVCSTART% == 13 goto testsofvideo
:encodestart :encodestart
title Encode to VVC title Encode to VVC
@ -551,3 +555,13 @@ echo.
echo Press enter to go back main menu. echo Press enter to go back main menu.
pause pause
goto start goto start
:testsofvideo
echo Please see the paragraph in README.md.
echo https://github.com/MartinEesmaa/VVCEasy/#tests-of-vvc-videos
echo.
echo See information on FFMPEGVVC.md or online GitHub: https://github.com/MartinEesmaa/VVCEasy/blob/master/FFMPEGVVC.md
echo.
echo Press enter to go back menu.
pause
goto start