test
This commit is contained in:
parent
6fa239a1b8
commit
fb25a97f3c
@ -165,9 +165,9 @@ class Plugin_OBJ():
|
||||
|
||||
ffmpeg_command = []
|
||||
ffmpeg_command.extend([
|
||||
"-c:v", "copy",
|
||||
"-c:a", "copy",
|
||||
"-f", "mp4"
|
||||
"-c:v", "libvpx",
|
||||
"-c:a", "libvorbis",
|
||||
"-f", "webm"
|
||||
])
|
||||
|
||||
return ffmpeg_command
|
||||
|
||||
Loading…
Reference in New Issue
Block a user