mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-10 00:30:37 +01:00
Fixed bug of VVDECWEBINSTALL
This commit is contained in:
parent
92e9a111b3
commit
bf71f7c122
@ -381,10 +381,12 @@ cls
|
|||||||
title INSTALLING VVDEC WEB PLAYER...
|
title INSTALLING VVDEC WEB PLAYER...
|
||||||
git clone https://github.com/fraunhoferhhi/vvdecWebPlayer.git
|
git clone https://github.com/fraunhoferhhi/vvdecWebPlayer.git
|
||||||
cd VVDECWEBINSTALL
|
cd VVDECWEBINSTALL
|
||||||
copy vvdecapp.js ../vvdecWebPlayer/bin
|
copy * .. /y
|
||||||
copy vvdecapp.worker.js ../vvdecWebPlayer/bin
|
cd ../
|
||||||
copy vvdecapp.wasm ../vvdecWebPlayer/bin
|
move vvdecapp.js vvdecWebPlayer/bin
|
||||||
cd ../vvdecWebPlayer
|
move vvdecapp.worker.js vvdecWebPlayer/bin
|
||||||
|
move vvdecapp.wasm vvdecWebPlayer/bin
|
||||||
|
cd vvdecWebPlayer
|
||||||
wget https://www.dropbox.com/s/zp8b3xg0b5p1pwe/VVCEasy.266
|
wget https://www.dropbox.com/s/zp8b3xg0b5p1pwe/VVCEasy.266
|
||||||
rename VVCEasy.266 dummy_raw_bitstream.266
|
rename VVCEasy.266 dummy_raw_bitstream.266
|
||||||
echo Note: If you want to go back to menu, press CTRL + C on your keyboard in Windows Terminal/CMD and type "Y" to terminate server and this will go back to main menu options.
|
echo Note: If you want to go back to menu, press CTRL + C on your keyboard in Windows Terminal/CMD and type "Y" to terminate server and this will go back to main menu options.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user