openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #05317
[Bug 687302] Re: export to DVD doesn't work
Okay, exporting to an ordinary folder works fine with 1.2.2
It would be nice, however, to have a builtin way to burn a video DVD directly.
I accomplish this now via (after exporting the video to video.dvd):
dvdauthor -t -a ac3+de -o x video.dvd
dvdauthor -T -o x
cd x
growisofs -Z /dev/scd0 -dvd-video -udf .
--
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/687302
Title:
export to DVD doesn't work
Status in OpenShot Video Editor:
New
Bug description:
Trying to export a video to an empty DVD issues the messages:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/openshot/windows/ExportVideo.py", line 499, in on_btnExportVideo_clicked
localfileExportFolder = str.strip(self.fileExportFolder.get_filename())
TypeError: descriptor 'strip' requires a 'str' object but received a 'NoneType'
Openshot version 1.2.2, from debian server
System is Debian squeeze/sid
References