Allows to translate and personalize the Play all text in the dvd menu

This commit is contained in:
Sergio Costas 2017-01-29 21:35:33 +01:00
parent 1f966019de
commit 2842a12644
5 changed files with 45 additions and 23 deletions

View file

@ -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")