Allows to translate and personalize the Play all text in the dvd menu
This commit is contained in:
parent
1f966019de
commit
2842a12644
5 changed files with 45 additions and 23 deletions
|
|
@ -482,7 +482,7 @@ class avconv(devedeng.avbase.avbase):
|
|||
|
||||
if file_project.two_pass_encoding == True:
|
||||
self.command_var.append("-passlogfile")
|
||||
self.command_var.append(output_file)
|
||||
self.command_var.append(output_file + ".passlog")
|
||||
self.command_var.append("-pass")
|
||||
if pass2:
|
||||
self.command_var.append("2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue