Package Details: handbrake-nvenc-cli 1.9.2-1

Git Clone URL: https://aur.archlinux.org/handbrake-nvenc.git (read-only, click to copy)
Package Base: handbrake-nvenc
Description: Multithreaded video transcoder (CLI) with NVEnc Support
Upstream URL: https://handbrake.fr/
Keywords: handbrake nvenc transcode
Licenses: GPL
Conflicts: handbrake
Submitter: Abzie
Maintainer: Abzie
Last Packager: Abzie
Votes: 3
Popularity: 0.000000
First Submitted: 2019-01-27 18:42 (UTC)
Last Updated: 2025-03-02 18:57 (UTC)

Dependencies (43)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

sbussetti commented on 2020-12-27 19:20 (UTC)

I'm okay on the pgp sig, but I am hitting:

'm okay on the PGP issue, but currently seeing this:
aura >>= Determining dependencies...
aura >>= AUR Packages:
handbrake-nvenc-cli
aura >>= Continue? [Y/n]
aura >>= Building handbrake-nvenc-cli...
aura >>= Building failed. Would you like to see the error? [Y/n]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   654  100   654    0     0   3758      0 --:--:-- --:--:-- --:--:--  3758
100 16.0M  100 16.0M    0     0  17.4M      0 --:--:-- --:--:-- --:--:-- 31.2M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   658  100   658    0     0   4666      0 --:--:-- --:--:-- --:--:--  4666
100   566  100   566    0     0   2471      0 --:--:-- --:--:-- --:--:--  2471
    HandBrake-1.3.3-source.tar.bz2 ... Passed
    HandBrake-1.3.3-source.tar.bz2.sig ... Skipped
    HandBrake-1.3.3-source.tar.bz2 ... Passed
ERROR: download failure; HTTP Error 404: Not Found; continuing.
make[1]: *** No rule to make target 'clean'.  Stop.
make: [../contrib/nvenc/module.rules:2: contrib/nvenc/.stamp.nvenc.build] Error 2 (ignored)
make: *** [../contrib/ffmpeg/module.rules:2: contrib/ffmpeg/.stamp.ffmpeg.configure] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

aura >>= There was a makepkg failure.
aura >>= Would you like to continue anyway? [Y/n]
aura >>= Every package failed to build.

deletedacc343412 commented on 2020-12-03 17:00 (UTC)

People who are having pgp key error. It's a arch pgp issue. Add Ubuntu key server like this.

$ vim ~/.gnupg/gpg.conf

no-greeting  
no-permission-warning  
lock-never  

keyserver hkps://keyserver.ubuntu.com  
#keyserver pool.sks-keyservers.net  
keyserver-options timeout=10  
keyserver-options import-clean  
keyserver-options no-self-sigs-only

ezacaria commented on 2020-11-07 17:05 (UTC)

I disabled the dav1d by patching contrib/ffmpeg/module.defs and managed to build the package. Unfortunately, the nvenc fails to initialize:

[h264_nvenc @ 0x7fc9f05f6980] dl_fn->cuda_dl->cuInit(0) failed -> CUDA_ERROR_UNKNOWN: unknown error

This seems to a situation with the current kernel/driver pair :/ "As mentioned in the news, anything other than pure graphics is currently broken in a nvidia/linux5.9 setup." https://bbs.archlinux.org/viewtopic.php?id=259978

ezacaria commented on 2020-11-06 17:47 (UTC)

There's an error when building: ERROR: dav1d >= 0.2.1 not found using pkg-config

This seems to be a known issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244432

Other variants of handbrake in AUR also seem to be affected.

tdallagn commented on 2020-09-19 11:55 (UTC)

Same here, PGP signature error.

nebiros commented on 2020-07-25 13:56 (UTC)

a PGP Signature error occurs

Gatenkaas commented on 2020-01-05 15:09 (UTC)

It also seems to require numactl as a build dependency. Otherwise handbrake does not start: "libnuma.so.1: cannot open shared object file: No such file or directory"

Elfe commented on 2020-01-04 17:30 (UTC)

it seems to require meson as build dependency which is currently not pulled in

find: meson...(fail) not found : name[0] = meson ERROR: unable to continue; configure stop. ==> ERROR: A failure occurred in build(). Aborting... Error making: handbrake-nvenc

kragol commented on 2019-10-19 13:58 (UTC) (edited on 2019-10-19 14:00 (UTC) by kragol)

I am facing the same issue as @Gatenkaas It turns out it is a known problem with pango 1.44. See https://github.com/HandBrake/HandBrake/issues/2226

No fix out yet except reverting to an older pango version (I have not tested).