mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
improved to change something
This commit is contained in:
@@ -6,7 +6,7 @@ mkdir OpenVVC && cd OpenVVC
|
|||||||
git clone https://github.com/OpenVVC/OpenVVC.git
|
git clone https://github.com/OpenVVC/OpenVVC.git
|
||||||
echo Configuring, making and installing of OpenVVC on your computer...
|
echo Configuring, making and installing of OpenVVC on your computer...
|
||||||
cd OpenVVC
|
cd OpenVVC
|
||||||
./configure && make && make install
|
./configure && make && sudo make install
|
||||||
cd ../
|
cd ../
|
||||||
echo Downloading FFmpeg with OpenVVC support...
|
echo Downloading FFmpeg with OpenVVC support...
|
||||||
git clone https://github.com/OpenVVC/FFmpeg.git
|
git clone https://github.com/OpenVVC/FFmpeg.git
|
||||||
@@ -15,6 +15,6 @@ echo Configuring and making of FFmpeg with OpenVVC support...
|
|||||||
echo 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 LD_LIBRARY_PATH=~/Downloads/OpenVVC/OpenVVC/install/lib
|
||||||
echo export PKG_CONFIG_PATH=~/Downloads/OpenVVC/OpenVVC/install/lib/pkgconfig
|
echo export PKG_CONFIG_PATH=~/Downloads/OpenVVC/OpenVVC/install/lib/pkgconfig
|
||||||
echo ./configure && make -j &&
|
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 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
|
||||||
|
Reference in New Issue
Block a user