Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/ffmpeg.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The FFmpeg docker images are compiled with the following audio and video codecs:
|mp3lame|3.100|vpx|1.7.0|
|opus|1.2.1|dav1d|0.5.2|
|ogg|1.3.3|SVT-HEVC|v1.4.3|
|vorbis|1.3.6|SVT-AV1|v0.8.1|
|vorbis|1.3.6|SVT-AV1|v0.8.3|
|x264|stable|SVT-VP9*|v0.1.0|

\* SVT-VP9 encoder app only. SVT-VP9 not yet available as a FFmpeg plugin.
Expand Down
2 changes: 1 addition & 1 deletion doc/gst.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The GStreamer docker images are compiled with the following plugin set:
|`gst-plugin-vaapi`|1.16.0|`gst-plugin-libav`|1.16.0|
|`gst-video-analytics`|0.7.0|`SVT-HEVC encoder`|v1.4.3|
|`gst-python`|1.16.0|`SVT-VP9 encoder`|v0.1.0|
|||`SVT-AV1 encoder`|v0.8.1|
|||`SVT-AV1 encoder`|v0.8.3|

---

Expand Down
2 changes: 1 addition & 1 deletion doc/svt.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SVT Images get built with following SVT transcoders
|Module|Version|Comment
|------|------|------|
|SVT-HEVC|v1.4.3|HEVC-compliant encoder library core that achieves excellent density-quality tradeoffs|
|SVT-AV1|v0.8.1|AV1 Compliant encoder library for VOD and Live encoding / transcoding video applications|
|SVT-AV1|v0.8.3|AV1 Compliant encoder library for VOD and Live encoding / transcoding video applications|
|SVT-VP9|v0.1.0|VP9 Compliant encoder library for VOD and Live encoding / transcoding video applications|

### Evaluate SVT
Expand Down