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:
Sergio Costas 2014-07-24 20:49:23 +02:00
parent 86f77faa3f
commit e404f27e45
7 changed files with 204 additions and 24 deletions

View file

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