You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- CUDA Images updated to 11.4.2-devel
- Docker as-well-as build script upgraded to use `python3`
- `ninja-build` and `meson` packages are pre-installed either via system package manager or via `pip3` in favor of building `dav1d` codec
- `cmake` updated to v3.21.2
- `svtav1` updated to last-known commit `1a3e32b` which successfully passed pipeline
- `x264` updated to commit `5db6aa6`
- `aom` updated to v3.1.2, commit `ae2be80`
- Occasional sourceforge.net download fail due to downtime of mirror location is tried to bypass
- `nv-codec-headers` updated to v11.1.5.0
- Script slightly re-arranged to differentiate codec types
Signed-off-by: rokibhasansagar <10854164+rokibhasansagar@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ $ ./build-ffmpeg --build
54
54
*`libsvtav1`: SVT-AV1 Encoder and Decoder
55
55
*`aom`: AV1 Video Codec (Experimental and very slow!)
56
56
*`librav1e`: rust based AV1 encoder (only available if [`cargo` is installed](https://doc.rust-lang.org/cargo/getting-started/installation.html))
57
+
*`libdav1d`: Fastest AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the AOMedia (only available if `meson` and `ninja` are installed)
57
58
*`fdk_aac`: Fraunhofer FDK AAC Codec
58
59
*`xvidcore`: MPEG-4 video coding standard
59
60
*`VP8/VP9/webm`: VP8 / VP9 Video Codec for the WebM video file format
0 commit comments