From 71c9334cd2d019abdbcf221f54ccee3be0226be8 Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sun, 27 Mar 2022 13:40:38 +1100 Subject: [PATCH] updated small codes of wget --- RUNVVCEasy.bat | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/RUNVVCEasy.bat b/RUNVVCEasy.bat index aa6ca56..831a4a4 100644 --- a/RUNVVCEasy.bat +++ b/RUNVVCEasy.bat @@ -498,13 +498,9 @@ if %vvcsampleyeah% == N goto start if %vvcsampleyeah% == n goto start :downloadvvcnowbit -title Downloading VVC sample files from Bitmovin -echo Downloading VVC sample files from Bitmovin... -wget https://www.dropbox.com/s/qncefmnhw8hzr2k/vvcBlogPostDemo.7z -title Downloading Coffee Run JSON and Sprite Fright JSON... -echo Downloading Coffee Run and Sprite Fright... -wget https://www.dropbox.com/s/ogxw1pz9pr9bphi/CoffeeRun.json -wget https://www.dropbox.com/s/6kpnoin4bwzb1ob/SpriteFright.json +title Downloading VVC sample files and Coffee Run JSON & Sprite Fright JSON... from Bitmovin +echo Downloading VVC sample files and Coffee Run JSON & Sprite Fright JSON from Bitmovin... +wget "https://www.dropbox.com/s/qncefmnhw8hzr2k/vvcBlogPostDemo.7z" "https://www.dropbox.com/s/ogxw1pz9pr9bphi/CoffeeRun.json" "https://www.dropbox.com/s/6kpnoin4bwzb1ob/SpriteFright.json" echo Extracting from archived file... 7z x vvcBlogPostDemo.7z echo Deleting archived file... @@ -517,7 +513,7 @@ pause echo Okay, it seems you configured completed. Please run on vvDecPlayer on your operating system. echo Go to File, then Open JSON manifest in BitVVDecPlayer... echo Select JSON file to run VVC movie and enjoy it. -echo Still not working? Please chat us on https://matrix.to/#/#vvceasy:matrix.org +echo Still not working? Please chat us on https://matrix.to/#/#vvceasy:matrix.org to solve your problem or add new issue on GitHub. pause goto start