Skip to content

Commit

Permalink
Fixed webm / SVTAV1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Vouk committed Mar 9, 2023
1 parent 5038cf8 commit d21e387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/resources/muxers/webm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "WebM",
"extension": "webm",
"encoders": {
"video": [ "libvpx", "libvpx-vp9", "vp9_qsv", "libsvtav1", "av1_qsv", "av1_nvenc", "av1_amf" ],
"video": [ "libvpx", "libvpx-vp9", "vp9_qsv", "libsvt_av1", "av1_qsv", "av1_nvenc", "av1_amf" ],
"audio": [ "libopus", "libvorbis" ]
},
"capabilities": {
Expand Down

0 comments on commit d21e387

Please sign in to comment.