This commit is contained in:
deathbybandaid 2021-02-04 10:46:12 -05:00
parent 0c663041d8
commit 6fa239a1b8

View File

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