From a80babb58a6970925b0677d10bbedbc5c0ece876 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Fri, 30 May 2025 17:01:03 +1000 Subject: [PATCH] Forgot to remove duplicate aoa of 7-Zip --- VVCEasy.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VVCEasy.bat b/VVCEasy.bat index 7c9417b..98de140 100644 --- a/VVCEasy.bat +++ b/VVCEasy.bat @@ -398,7 +398,7 @@ goto decompresswin7z title WindowsVVC.7z (decompressing) echo Decompressing........ cd WindowsVVC -%sevenzip% x file.7z -aoa x WindowsVVC.7z -i!%bit% -aoa +%sevenzip% x file.7z x WindowsVVC.7z -i!%bit% -aoa certutil -hashfile %bit%\vvdecapp.exe SHA256 certutil -hashfile %bit%\vvencapp.exe SHA256 certutil -hashfile %bit%\vvencFFapp.exe SHA256 @@ -437,7 +437,7 @@ if not exist "BitVVDecPlayerWIN" mkdir BitVVDecPlayerWIN cd BitVVDecPlayerWIN echo Downloading BitVVDecPlayer (Windows) from Bitmovin, compiled by Martin Eesmaa wget -q https://www.dropbox.com/scl/fi/x4v1qb60u8zp505dtx8p6/BitVVDecPlayerWIN.7z?rlkey=gs9duytd6h1sos69o53rw8vyy -o BitVVDecPlayerWIN.7z -%sevenzip% x file.7z -aoa x BitVVDecPlayerWIN.7z -aoa +%sevenzip% x file.7z x BitVVDecPlayerWIN.7z -aoa del /q BitVVDecPlayerWIN.7z vvDecPlayer echo Successfully running on BitVVDecPlayer, if you have any problems, please go to Bitmovin/vvDecPlayer issues of https://github.com/bitmovin/vvDecPlayer/issues @@ -453,7 +453,7 @@ if not exist "BitVVDecPlayerMAC" mkdir BitVVDecPlayerMAC cd BitVVDecPlayerMAC echo Downloading BitVVDecPlayer (macOS) from Bitmovin, compiled by Martin Eesmaa wget -q https://www.dropbox.com/s/ilsoica7c8dh4hq/BitVVDecPlayerMAC.7z -%sevenzip% x file.7z -aoa x BitVVDecPlayerMAC.7z -aoa +%sevenzip% x file.7z x BitVVDecPlayerMAC.7z -aoa del /q BitVVDecPlayerMAC.7z echo Download completed, please put on macOS and run it, if you have any problems, please go to Bitmovin/vvDecPlayer issues of https://github.com/bitmovin/vvDecPlayer/issues echo If vvDecPlayer won't work probably, it might be issue that you haven't installed Qt on your Mac OS. Please install using code: "brew install qt" on Homebrew. @@ -490,7 +490,7 @@ title Downloading VVC sample files and Coffee Run JSON & Sprite Fright JSON from echo Downloading VVC sample files and Coffee Run JSON & Sprite Fright JSON from Bitmovin... wget -q 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... -%sevenzip% x file.7z -aoa x vvcBlogPostDemo.7z -aoa +%sevenzip% x file.7z x vvcBlogPostDemo.7z -aoa echo Deleting archived file... del /q vvcBlogPostDemo.7z title Installation of BitVVDecPlayer