Fixed missed command for VCD
This commit is contained in:
parent
39b1687381
commit
c970373da7
4 changed files with 11 additions and 2 deletions
|
|
@ -282,6 +282,10 @@ class avconv(devedeng.avbase.avbase):
|
|||
if not file_project.copy_sound:
|
||||
self.command_var.append("-c:a")
|
||||
self.command_var.append("mp2")
|
||||
self.command_var.append("-b:v")
|
||||
self.command_var.append("1150000")
|
||||
self.command_var.append("-b:a")
|
||||
self.command_var.append("224000")
|
||||
self.command_var.append("-f")
|
||||
self.command_var.append("vcd")
|
||||
self.command_var.append("-r")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue