This commit is contained in:
deathbybandaid 2021-02-04 10:47:08 -05:00
parent 6fa239a1b8
commit fb25a97f3c

View File

@ -165,9 +165,9 @@ class Plugin_OBJ():
ffmpeg_command = [] ffmpeg_command = []
ffmpeg_command.extend([ ffmpeg_command.extend([
"-c:v", "copy", "-c:v", "libvpx",
"-c:a", "copy", "-c:a", "libvorbis",
"-f", "mp4" "-f", "webm"
]) ])
return ffmpeg_command return ffmpeg_command