allow burning data dvds containing (.ts) files > 2 GB and long file names
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Mon, 27 Oct 2008 15:35:03 +0000 (15:35 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Mon, 27 Oct 2008 15:35:03 +0000 (15:35 +0000)
lib/python/Plugins/Extensions/DVDBurn/Process.py

index 3bf9111..2123b37 100644 (file)
@@ -709,5 +709,5 @@ class DVDdataJob(Job):
                        link_name =  self.workspace + filename
                        LinkTS(self, title.inputfile, link_name)
                        CopyMeta(self, title.inputfile)
-               BurnTask(self, ["-follow-links", self.workspace])
+               BurnTask(self, ["-iso-level", "4", "-follow-links", self.workspace])
                RemoveDVDFolder(self)