Posts

Showing posts from July, 2020
Smooth Video Project 4 installing terminal command for Ubuntu <=20.04 Video Tutorial link: https://www.youtube.com/watch?v=ABrO2kdXCWE Copy Paste one by one in terminal: sudo apt-get update sudo apt-get install g++ sudo apt-get update -y sudo apt-get install -y beignet-opencl-icd sudo apt-get install mediainfo sudo apt-get install libqt5concurrent5 libqt5svg5 libqt5qml5 sudo add-apt-repository ppa:rvm/smplayer sudo apt-get update sudo apt-get install smplayer smplayer-themes smplayer-skins sudo apt-get install g++ make autoconf automake libtool pkg-config nasm git git clone https://github.com/sekrit-twc/zimg.git cd zimg  ./autogen.sh ./configure make -j4 sudo make install cd .. sudo apt-get install cython3 git clone --branch R50 https://github.com/vapoursynth/vapoursynth.git cd vapoursynth ./autogen.sh ./configure make -j4 sudo make install cd .. sudo ldconfig sudo ln -s /usr/local/lib/python3.8/site-packages/vapoursynth.so /usr/lib/python3.8/lib-dy...