aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2011-03-09 14:56:28 +0100
committerghost <andreas.monzner@multimedia-labs.de>2011-03-09 14:56:28 +0100
commit7b18f1a98a22bf92567d26770b444bf911e4f55b (patch)
tree53dc56959a24ebb5201490709f809436eccb9e81 /lib/python/Plugins
parent82bf6dd2d5cd1634a1c85bb5a8b1248e1822d89f (diff)
parentaba787cc8d9a47fcf3513f92835dac46836968a5 (diff)
downloadenigma2-7b18f1a98a22bf92567d26770b444bf911e4f55b.tar.gz
enigma2-7b18f1a98a22bf92567d26770b444bf911e4f55b.zip
Merge remote-tracking branch 'origin/bug_689_projectx_subs'
Diffstat (limited to 'lib/python/Plugins')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/Process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/Process.py b/lib/python/Plugins/Extensions/DVDBurn/Process.py
index 2e7435bb..a928ae20 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/Process.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/Process.py
@@ -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