Search Criteria
Package Details: rav1e-git 0.4.0.alpha.r20.g115f6e19-1
Git Clone URL: | https://aur.archlinux.org/rav1e-git.git (read-only, click to copy) |
---|---|
Package Base: | rav1e-git |
Description: | The fastest and safest AV1 encoder |
Upstream URL: | https://github.com/xiph/rav1e |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 7 |
Popularity: | 0.000465 |
First Submitted: | 2018-02-25 07:31 |
Last Updated: | 2020-10-09 17:05 |
Dependencies (5)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- cargo-c (cargo-c-git) (make)
- git (git-git) (make)
- nasm (nasm-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Required by (19)
- ffmpeg-amd-full (requires rav1e)
- ffmpeg-amd-full-git (requires rav1e)
- ffmpeg-decklink (requires librav1e.so)
- ffmpeg-full (requires rav1e)
- ffmpeg-full-git (requires rav1e)
- ffmpeg-full-git-hardened (requires rav1e)
- ffmpeg-git (requires librav1e.so)
- ffmpeg-gl-transition (requires librav1e.so)
- ffmpeg-intel-full-git (requires rav1e)
- ffmpeg-libfdk_aac (requires librav1e.so)
- ffmpeg-ndi (requires librav1e.so)
- ffmpeg-nocuda (requires librav1e.so)
- ffmpeg-nox-git (requires librav1e.so)
- ffmpeg-svt-av1-git (requires librav1e.so)
- ffmpeg-svt-vp9-git (requires librav1e.so)
- libavif-git (requires rav1e)
- libheif-git (requires rav1e)
- python-av1an (requires rav1e) (optional)
- python-av1an-git (requires rav1e) (optional)
Latest Comments
« First ‹ Previous 1 2
gmes78 commented on 2019-11-22 18:21
I made a comparison just now:
The difference between the former (cargo-c with optimizations) and the latter (cargo-c without optimizations) is that the latter is 64 seconds faster. Which is the exact same difference as my other comparison.
In other words, disabling optimizations for cargo-c doesn't impact its runtime speed in any noticeable way.
Chocobo1 commented on 2019-11-22 03:24
OK, updated although I haven't really compared the run time differences. A quick glance reveals that cargo-c is spending most of its time waiting for rustc to complete so I guess time difference won't be significant.
gmes78 commented on 2019-11-21 19:00
May I suggest building
cargo-c
in debug mode? It cuts off a lot of compile time (and we don't need a high level of optimization for a build tool):Chocobo1 commented on 2019-11-10 18:45
Updated the package, now it should produce the library.
gmes78 commented on 2019-11-10 16:39
Can librav1e be added to this package (for use with ffmpeg) or would it be better to package it separately?
Chocobo1 commented on 2018-08-02 16:19
Thanks, fixed.
xiretza commented on 2018-08-02 14:46
Needs
checkdepends=('python')
, otherwise tests will fail in clean chroot.Chocobo1 commented on 2018-07-17 03:36
Fixed now.
salviati commented on 2018-07-16 20:33
Build fails with install: cannot stat 'target/release/rav1repl': No such file or directory