From 1559726c03620acd51b02576a4bd07713c33c02b Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Wed, 18 May 2022 19:55:40 +1000 Subject: [PATCH] improved added --- openvvc.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openvvc.sh b/openvvc.sh index 62ac0c9..c4d41f2 100644 --- a/openvvc.sh +++ b/openvvc.sh @@ -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