improved updated

This commit is contained in:
Martin Eesmaa 2022-05-18 19:53:47 +10:00 committed by GitHub
parent 8e8dabf7b9
commit 8b1e08574c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@ 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 echo One more thing to do is type of three codes to finish for:
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 export LD_LIBRARY_PATH=~/Downloads/vvdec/install/lib
echo export PKG_CONFIG_PATH=~/Downloads/vvdec/install/lib/pkgconfig
echo ./configure --enable-libvvdec --enable-pic --enable-openssl --enable-libxml2 && make -j
echo Once you typed code, you're ready to preview VVC, view VVC information or convert from VVC using ffmpeg, ffplay and ffprobe. 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 echo - Martin Eesmaa