mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
changed to improve build shell
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt update && sudo apt upgrade -y
|
sudo apt update && sudo apt upgrade -y
|
||||||
sudo apt install openssl libxml2 /y
|
sudo apt install libxml2 libsdl2-dev libx264-dev libx265-dev libvpx-dev -y
|
||||||
echo Downloading libvvdec...
|
echo Downloading libvvdec...
|
||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
git clone https://github.com/fraunhoferhhi/vvdec.git
|
git clone https://github.com/fraunhoferhhi/vvdec.git
|
||||||
@@ -10,6 +10,6 @@ cd ../
|
|||||||
echo Downloading FFmpeg with VVC support
|
echo Downloading FFmpeg with VVC support
|
||||||
git clone https://github.com/lehmann-c/FFmpeg.git
|
git clone https://github.com/lehmann-c/FFmpeg.git
|
||||||
cd FFmpeg
|
cd FFmpeg
|
||||||
./configure --enable-libvvdec --enable-pic --enable-openssl --enable-libxml2 && make -j
|
./configure --enable-libvvdec --enable-pic --enable-libxml2 --enable-libx264 --enable-libx265 --enable-libvpx && make -j
|
||||||
echo You're ready to preview VVC, view VVC information or convert from VVC using ffmpeg, ffplay and ffprobe.
|
echo You're ready to preview VVC, view VVC information or convert from VVC using ffmpeg, ffplay and ffprobe.
|
||||||
echo - Martin Eesmaa
|
echo - Martin Eesmaa
|
||||||
|
Reference in New Issue
Block a user