diff --git a/VVCEasy.bat b/VVCEasy.bat index f29b7d3..cf8b7ef 100644 --- a/VVCEasy.bat +++ b/VVCEasy.bat @@ -64,6 +64,7 @@ echo 8. Decompress WindowsVVC.7z (Before you use new VVCEasy version!!!) echo 9. Install vvDecPlayer from BitMovin echo 10. Install VLC VTM Plugins (Windows x64 of VLC, plugins by Inter Digital Inc) echo 11. Install FFmpeg VVDec support +echo 12. Install MPV Android (OpenVVC plugin) set /p VVCSTART=Number: if %VVCSTART% == 1 goto encodestart if %VVCSTART% == 2 goto decodestart @@ -76,6 +77,7 @@ if %VVCSTART% == 8 goto decompresswin7z if %VVCSTART% == 9 goto installbitmovin if %VVCSTART% == 10 goto vlcvtmplugininstall if %VVCSTART% == 11 goto vvdecffmpeg +if %VVCSTART% == 12 goto mpvandroidvvc :encodestart title Encode to VVC @@ -537,3 +539,13 @@ echo. echo Press enter to go back menu. pause 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