-
Notifications
You must be signed in to change notification settings - Fork 116
Description
You should upgrade the docker to handbrake 1.9.2 I was able to with the following code as it has more dependencies
-
apt update
-
apt install autoconf automake build-essential cmake git libass-dev libbz2-dev libfontconfig-dev libfreetype-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate0-dev libspeex-dev libtheora-dev libtool libtool-bin libturbojpeg0-dev libvorbis-dev libx264-dev libxml2-dev libvpx-dev m4 make meson nasm ninja-build patch pkg-config tar zlib1g-dev
-
apt install python2
-
apt install python3
-
apt install libssl-dev
-
curl https://sh.rustup.rs -sSf | sh
-
source "$HOME/.cargo/env"
-
cargo install cargo-c
-
rustup target add x86_64-pc-windows-gnu
-
apt install mingw-w64
-
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
git checkout /tags/current version
./configure --launch-jobs=$(nproc) --launch --disable-gtk