Search Criteria
Package Details: handbrake-full-cli 1.8.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/handbrake-full.git (read-only, click to copy) |
---|---|
Package Base: | handbrake-full |
Description: | Multithreaded video transcoder (CLI) |
Upstream URL: | https://handbrake.fr/ |
Licenses: | GPL-2.0-only |
Conflicts: | handbrake-cli |
Provides: | handbrake-cli |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 21 |
Popularity: | 0.139023 |
First Submitted: | 2020-08-18 04:32 (UTC) |
Last Updated: | 2024-08-11 08:47 (UTC) |
Dependencies (47)
- jansson (jansson-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libtheora (libtheora-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libx264.so (x264-tmod-gitAUR, x264-gitAUR, lib32-x264AUR, x264)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- numactl (numactl-gitAUR)
- opus (opus-gitAUR)
- speex (speex-gitAUR)
- x264 (x264-tmod-gitAUR, x264-gitAUR)
- cargo-c (cargo-c-gitAUR) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gst-plugins-base (gst-plugins-base-gitAUR) (make)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR) (make)
- intltool (make)
- jansson (jansson-gitAUR) (make)
- lame (lame-svnAUR, lame-altivecAUR) (make)
- libass (libass-gitAUR) (make)
- libgudev (make)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR) (make)
- librsvg (librsvg-gitAUR) (make)
- libtheora (libtheora-gitAUR) (make)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR) (make)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR) (make)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR) (make)
- libx264.so (x264-tmod-gitAUR, x264-gitAUR, lib32-x264AUR, x264) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- meson (meson-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- numactl (numactl-gitAUR) (make)
- opus (opus-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- speex (speex-gitAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- x264 (x264-tmod-gitAUR, x264-gitAUR) (make)
- amf-amdgpu-proAUR (optional) – for enabling AMD AMF
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional) – for enabling Nvidia nvenc and nvdec
- intel-media-sdk (intel-media-sdk-gitAUR, intel-media-stack-binAUR) (optional) – for enabling Intel QSV
- libdvdcss (libdvdcss-gitAUR) (optional) – for decoding encrypted DVDs
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-vulkan-utilsAUR, nvidia-390xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-535xx-utilsAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR) (optional) – for enabling Nvidia nvenc and nvdec
Required by (1)
- ruby-video_transcoding (requires handbrake-cli)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
atomicwrites commented on 2019-08-21 23:58 (UTC) (edited on 2019-08-21 23:59 (UTC) by atomicwrites)
Looks like this build is broken until handbrake updates their libraries. The build dies with:
https://github.com/HandBrake/HandBrake/issues/2226
Lexingtonian commented on 2019-01-09 03:39 (UTC) (edited on 2019-01-09 03:39 (UTC) by Lexingtonian)
Handbrake 1.2.0 with HE-AAC - FWIW until this package is updated- the 1.1.2-1 PKGBUILD will work just fine.
Steps: begin as a non-root user
ensure you have all dependencies as they aren't the same as 1.1.2-1, find them here: https://handbrake.fr/docs/en/latest/developer/install-dependencies-arch.html
git clone the PKGBUILD (git clone https://aur.archlinux.org/handbrake-fdkaac.git) into your the build directory you're working from.
Use nano to update pkgver= to 1.2.0 in PKGBUILD. Update the sha256sums for 1.2.0 from here: https://handbrake.fr/checksums.php (or use --skipchecksums in step 4 if you're lazy like me)
type "makepkg -s PKGBUILD" [enter] in the same directory as the PKGBUILD
Once the compile is done, install the package. Pacman -U [whatever the package is named] to install. (choose either the GTK version, CLI or both)
Run "ghb" - GtK Handbrake for GUI and rock-n-roll.
I just completed an x265 encode with fdk-aac as a test. No issues.
delx commented on 2018-01-26 01:05 (UTC)
Thanks. I've updated the PKGBUILD.
gourdcaptain commented on 2018-01-25 07:27 (UTC) (edited on 2018-01-25 07:28 (UTC) by gourdcaptain)
Handbrake has changed the source download location breaking this PKGBUILD. Not sure if it's the official DL link one, but by going by their new DL page I can get it working with: "source=(https://download2.handbrake.fr/1.0.7/HandBrake-$pkgver.tar.bz2)" as the new source line for the package.
delx commented on 2016-12-31 14:31 (UTC)
gourdcaptain commented on 2016-12-31 09:25 (UTC) (edited on 2016-12-31 09:31 (UTC) by gourdcaptain)
delx commented on 2016-12-31 09:25 (UTC)
delx commented on 2016-12-31 08:50 (UTC)
gourdcaptain commented on 2016-12-31 03:12 (UTC)
« First ‹ Previous 1 2 3 4 5 Next › Last »