There are a few things you can do with Ubuntu. Here are a list, and what you will need to do them:
-
Encode video files with handbrake cli
- add-apt-repository “deb http://us.archive.ubuntu.com/ubuntu/ bionic universe multiverse”
- add-apt-repository “deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe multiverse”
- Handbrake Compile
- apt-get install autoconf automake build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libvorbis-dev libx264-dev libxml2-dev m4 make nasm patch pkg-config python tar yasm zlib1g-dev intltool
- git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
- ./configure –launch-jobs=$(nproc) –launch
- make –directory=build install
- AS OF THIS, THE COMPILE PROCESS FAILS
-
Run Docker Containers