added MPV option in batchfile

This commit is contained in:
Martin Eesmaa 2022-05-23 20:28:46 +10:00 committed by GitHub
parent 40686abc7e
commit 2c2f8ff29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ 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 VLC VTM Plugins (Windows x64 of VLC, plugins by Inter Digital Inc) echo 10. Install VLC VTM Plugins (Windows 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)
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
@ -76,6 +77,7 @@ if %VVCSTART% == 8 goto decompresswin7z
if %VVCSTART% == 9 goto installbitmovin 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
:encodestart :encodestart
title Encode to VVC title Encode to VVC
@ -537,3 +539,13 @@ echo.
echo Press enter to go back menu. echo Press enter to go back menu.
pause pause
goto start goto start
:mpvandroidvvc
echo Please see the document. The command will open the document for you.
MPV.md
echo.
echo See information MPV.md or online Github: https://github.com/MartinEesmaa/VVCEasy/blob/master/MPV.md
echo.
echo Press enter to go back menu.
pause
goto start