Added experimental support for 16:9 menues

This commit is contained in:
Sergio Costas 2018-05-01 20:47:27 +02:00
parent e70bca519b
commit 5c6b98647b
8 changed files with 178 additions and 90 deletions

View file

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