mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-03-16 19:20:12 +01:00
added/fixed titles
This commit is contained in:
parent
d401122296
commit
950a9533d5
@ -7,6 +7,7 @@ pause
|
|||||||
goto start
|
goto start
|
||||||
|
|
||||||
:start
|
:start
|
||||||
|
title Martin Eesmaa / VVCEasy
|
||||||
color 07
|
color 07
|
||||||
cls
|
cls
|
||||||
echo What do you like to do for encode/decode VVC?
|
echo What do you like to do for encode/decode VVC?
|
||||||
@ -25,6 +26,7 @@ if %VVCSTART% == 5 goto test
|
|||||||
if %VVCSTART% == 6 goto vlc
|
if %VVCSTART% == 6 goto vlc
|
||||||
|
|
||||||
:encodestart
|
:encodestart
|
||||||
|
title Encode
|
||||||
cls
|
cls
|
||||||
echo Welcome to VVC encoder.
|
echo Welcome to VVC encoder.
|
||||||
echo What do you like to make VVC encode?
|
echo What do you like to make VVC encode?
|
||||||
@ -37,6 +39,7 @@ if %goodvvcenc% == 2 goto bestvvcenc1
|
|||||||
if %goodvvcenc% == 3 goto start
|
if %goodvvcenc% == 3 goto start
|
||||||
|
|
||||||
:defaultvvcenc1
|
:defaultvvcenc1
|
||||||
|
title Did you encode to YUV/Y4M?
|
||||||
echo Okay, did you encode to YUV/Y4M?
|
echo Okay, did you encode to YUV/Y4M?
|
||||||
echo 1. Yes (YUV)
|
echo 1. Yes (YUV)
|
||||||
echo 2. Yes (Y4M)
|
echo 2. Yes (Y4M)
|
||||||
@ -59,6 +62,7 @@ if %readytestbefore% == y goto nowtestingtime
|
|||||||
if %readytestbefore% == n goto start
|
if %readytestbefore% == n goto start
|
||||||
|
|
||||||
:nowtestingtime
|
:nowtestingtime
|
||||||
|
title Testing time...
|
||||||
cd /d "%~dp0"
|
cd /d "%~dp0"
|
||||||
cd 7Zip
|
cd 7Zip
|
||||||
|
|
||||||
@ -72,9 +76,9 @@ pause
|
|||||||
exit
|
exit
|
||||||
|
|
||||||
:vlc
|
:vlc
|
||||||
cls
|
|
||||||
color 6F
|
color 6F
|
||||||
title VLC Media Player (custom build of o266player)
|
title VLC Media Player (custom build of o266player)
|
||||||
|
cls
|
||||||
echo Hello, would you like to install VLC Media Player (v3.0.11.1 Vetinari, custom build of o266player) on your computer?
|
echo Hello, would you like to install VLC Media Player (v3.0.11.1 Vetinari, custom build of o266player) on your computer?
|
||||||
echo Before you install...
|
echo Before you install...
|
||||||
echo The VLC Media Player (custom build of o266player) works only on Windows 11, Windows 10, Windows Server 2022, Windows Server 2019 and Windows Server 2016.
|
echo The VLC Media Player (custom build of o266player) works only on Windows 11, Windows 10, Windows Server 2022, Windows Server 2019 and Windows Server 2016.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user