[DVDBurn] start projectx task with command line parameter to ommit subpicture/ttx...
authorFraxinas <andreas.frisch@multimedia-labs.de>
Wed, 2 Mar 2011 13:34:04 +0000 (14:34 +0100)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Wed, 2 Mar 2011 13:34:04 +0000 (14:34 +0100)
lib/python/Plugins/Extensions/DVDBurn/Process.py

index 2e7435b..a928ae2 100644 (file)
@@ -85,7 +85,7 @@ class DemuxTask(Task):
                title = job.project.titles[job.i]
                self.global_preconditions.append(DiskspacePrecondition(title.estimatedDiskspace))
                self.setTool("projectx")
-               self.args += [inputfile, "-demux", "-out", self.job.workspace ]
+               self.args += [inputfile, "-demux", "-set", "ExportPanel.Streamtype.Subpicture=0", "-set", "ExportPanel.Streamtype.Teletext=0", "-out", self.job.workspace ]
                self.end = 300
                self.prog_state = 0
                self.weighting = 1000