improved added

This commit is contained in:
Martin Eesmaa 2022-05-18 19:55:40 +10:00 committed by GitHub
parent 8b1e08574c
commit 1559726c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@ echo Downloading FFmpeg with OpenVVC support...
git clone https://github.com/OpenVVC/FFmpeg.git
cd FFmpeg
echo Configuring and making of FFmpeg with OpenVVC support...
./configure && make -j
echo Three packages are finished. One more thing to do is type code to finish it:
echo One more thing to do is type code to finish it:
echo export LD_LIBRARY_PATH=~/Downloads/OpenVVC/OpenVVC/install/lib
echo export PKG_CONFIG_PATH=~/Downloads/OpenVVC/OpenVVC/install/lib/pkgconfig
echo ./configure && 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 - Martin Eesmaa