Skip to content

Commit 21b709d

Browse files
AplietexeWyattBlue
authored andcommitted
Add libsvtav1 support
1 parent 26b6675 commit 21b709d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auto_editor/utils/container.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def container_constructor(ext: str) -> Container:
8383
vcodecs.add(codec)
8484
if codec == "h264":
8585
vcodecs.add("libx264")
86+
if codec == "av1":
87+
vcodecs.add("libsvtav1")
8688
if kind == "audio":
8789
acodecs.add(codec)
8890
if kind == "subtitle":

0 commit comments

Comments
 (0)