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-dynload/vapoursynth.so
sudo apt-get install libssl-dev libfribidi-dev libluajit-5.1-dev libx264-dev xorg-dev libegl1-mesa-dev libfreetype-dev libfontconfig-dev
sudo apt-get install libasound2-dev libpulse-dev
sudo apt-get install python-is-python3
sudo apt-get install python-minimal
git clone https://github.com/mpv-player/mpv-build.git
cd mpv-build
echo --enable-libx264 >> ffmpeg_options
echo --enable-vapoursynth >> mpv_options
echo --enable-libmpv-shared >> mpv_options
./rebuild -j4
sudo ./install
cd ..

Comments

  1. Gracias desde Nicaragua soy nuevo en esto me coto un poco pero aprendí mucho

    ReplyDelete
  2. Hello, after the last sudo install of your list, I have this message in my terminal :
    The project was not configured: run "waf configure" first!
    Can you help please ?

    ReplyDelete
    Replies
    1. For me to as well. You should install harfbuzz with sudo apt-get install libharfbuzz-dev and there is no more python minimal so sudo apt-get install python2-minimal
      and then delete the mpv-build folder with sudo rm -rf mpv-build
      and repeat the last steps:
      git clone https://github.com/mpv-player/mpv-build.git
      cd mpv-build
      echo --enable-libx264 >> ffmpeg_options
      echo --enable-vapoursynth >> mpv_options
      echo --enable-libmpv-shared >> mpv_options
      ./rebuild -j4
      sudo ./install
      cd ..

      Delete
  3. sekrit-twc/zimg.git currently has an issue with the graphengine file path. The work around I found was to delete the Graphengine folder in the zimg folder and then open a terminal in the zimg folder and run "git submodule update --init --recursive". Then continue with the "./autogen.sh" step from there.

    ReplyDelete

Post a Comment

Popular posts from this blog

Turn off Intel Turbo boost in <= Ubuntu 20.04 Save laptop battery and power

Chicken Curry Recipe