mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-01-23 21:40:55 +01:00
libvvdec on FFmpeg support
This commit is contained in:
parent
907a57e095
commit
6d20aeadd3
19
libvvdecffmpeg.sh
Normal file
19
libvvdecffmpeg.sh
Normal file
@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
sudo apt install openssl libxml2 /y
|
||||
echo Downloading libvvdec...
|
||||
cd ~/Downloads
|
||||
git clone https://github.com/fraunhoferhhi/vvdec.git
|
||||
cd vvdec
|
||||
make release && make install
|
||||
cd ../
|
||||
echo Downloading FFmpeg with VVC support
|
||||
git clone https://github.com/lehmann-c/FFmpeg.git
|
||||
cd FFmpeg
|
||||
./configure --enable-libvvdec --enable-pic --enable-openssl --enable-libxml2
|
||||
make -j
|
||||
echo Three packages are finished. One more thing to do is type code to finish it:
|
||||
echo export LD_LIBRARY_PATH=~/Downloads/vvdec/install/lib
|
||||
echo Once you typed code, you're ready to preview VVC, view VVC information or convert from VVC using ffmpeg, ffplay and ffprobe.
|
||||
echo - Martin Eesmaa
|
||||
suspend
|
Loading…
Reference in New Issue
Block a user