Added experimental support for 16:9 menues
This commit is contained in:
parent
e70bca519b
commit
5c6b98647b
8 changed files with 178 additions and 90 deletions
|
|
@ -38,8 +38,7 @@ class mux_dvd_menu(devedeng.executor.executor):
|
|||
|
||||
self.command_var = []
|
||||
self.command_var.append("spumux")
|
||||
self.command_var.append(os.path.join(
|
||||
output_path, "menu_" + str(n_page) + ".xml"))
|
||||
self.command_var.append(os.path.join(output_path, "menu_" + str(n_page) + ".xml"))
|
||||
self.stdin_file = movie_path
|
||||
self.stdout_file = final_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue