Now allows the new processes to create child processes (useful for two-pass encoding, or, in a future, to allow mencoder to copy all the audio streams)
This commit is contained in:
parent
2564470119
commit
889325aaed
7 changed files with 66 additions and 33 deletions
|
|
@ -39,7 +39,6 @@ class mux_dvd_menu(devede.executor.executor):
|
|||
self.stdin_file = os.path.join(output_path,"menu_"+str(n_page)+".mpg")
|
||||
self.stdout_file = os.path.join(output_path,"menu_"+str(n_page)+"B.mpg")
|
||||
|
||||
|
||||
def process_stderr(self,data):
|
||||
|
||||
print("spumux: "+str(data))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue