Package Details: handbrake-llvm-optimized-cli 1.7.3-1

Git Clone URL: https://aur.archlinux.org/handbrake-llvm-optimized.git (read-only, click to copy)
Package Base: handbrake-llvm-optimized
Description: Multithreaded video transcoder optimized with LLVM (CLI)
Upstream URL: https://handbrake.fr/
Licenses: GPL
Conflicts: handbrake-cli
Provides: handbrake-cli
Submitter: holgerob
Maintainer: holgerob
Last Packager: holgerob
Votes: 0
Popularity: 0.000000
First Submitted: 2023-01-05 08:19 (UTC)
Last Updated: 2024-02-12 19:48 (UTC)

Latest Comments

holgerob commented on 2023-08-13 14:04 (UTC)

The git cherry-pick option --no-commit should avoid the need to configure an email address for git. I have added this option to the latest PKGBUILD file.

FabioLolix commented on 2023-08-10 09:47 (UTC)

Build fails with devtools (extra-x86_64-build) [also removed =1:1.3.235 for the test], there should be another why to cherry pick commits which don't require to configure the user but don't remember how

==> Starting prepare()...
Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'builduser@fabio.(none)')
==> ERROR: A failure occurred in prepare().

holgerob commented on 2023-04-18 08:58 (UTC)

The build problem seems to be caused by incompatibilities between ffmpeg and the latest version of the vulkan-headers. As these headers are only required during build time they can be downgraded just during the build and upgraded again afterwards. To downgrade the vulkan-headers you can use the command downgrade from the aur package downgrade:

sudo downgrade vulkan-headers=1:1.3.235

archkde_combo commented on 2023-04-18 03:17 (UTC)

Build Failed

https://pastebin.com/fG1ZGQaT

holgerob commented on 2023-01-19 07:18 (UTC) (edited on 2023-01-21 10:54 (UTC) by holgerob)

I've done some benchmarking for performance comparision between this AUR package and the one provided in the community repository:

Video: Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m from https://ultravideo.fi/#testsequences Codec: AV1 10-bit (SVT), Preset: 4, RF: 25

Intel i7-13700K power capping 65W:

  • LLVM optimized: 1:27 (118,4 %)
  • GCC optimized: 1:30 (114,4 %)
  • extra/ffmpeg: 1:43 (100,0 %)
  • community/handbrake: 1:43 (100,0 %)

Intel i7-13700K power capping 95W:

  • LLVM optimized: 1:17 (120,8 %)
  • GCC optimized: 1:21 (114,8 %)
  • extra/ffmpeg: 1:30 (103,3 %)
  • community/handbrake: 1:33 (100,0 %)

holgerob commented on 2023-01-06 21:09 (UTC)

I changed the PKGBUILD to build a fixed commit from the latest stable handbrake branch 1.6.x.

FabioLolix commented on 2023-01-05 11:35 (UTC)

  • at the moment this is a disguised VCS (-git) pkgbuild, please build a fixed release here or re-upload with -git suffix