Now creates the XML for dvd menues, and multiplex them with the MPEG file
Now allows to send a file to stdin in a process, and store stdout in another file
This commit is contained in:
parent
86f77faa3f
commit
e404f27e45
7 changed files with 204 additions and 24 deletions
|
|
@ -49,6 +49,8 @@ class create_disk_window:
|
|||
self.shutdown = wshutdown.get_active()
|
||||
wcreate_window.destroy()
|
||||
if (retval == 1):
|
||||
self.config.final_folder = self.path
|
||||
self.config.save_config()
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue