GNOME Bugzilla – Bug 603202
PiTiVi can't load its own project format/file
Last modified: 2009-11-28 10:02:56 UTC
Created attachment 148636 [details] project file and debug info Select XViD/mp3lame/AVI-muxer in the project settings' "export" dialog, and then load a clip in the timeline (it doesn't matter which), and then SAVE the project. Close down Pitivi. Now, try to reload that project file. It won't load anymore. I am attaching here both the project file that doesn't work anymore, and the actual python errors.
BTW, the only thing I changed in the XViD configuration panel was the bitrate: from 18 mbps, to 5 mbps. Maybe it's that that creates the project-reading problem.
For some reason... it stored a blank property (statsfile) from that encoder. I've just committed a fix in the loader to not try to load empty properties... but ideally we should figure out why it decided to store that empty property. commit e92763592dc357cfc1c1acb4b3f03eb9291e5eb6 Author: Edward Hervey <bilboed@bilboed.com> Date: Sat Nov 28 10:57:27 2009 +0100 ElementTreeFormatter: Don't attempt to deserialize blank properties. Fixes #603202
If it was not the 5 mbps bitrate change that I did on the xvid dialog (from 18 mbps), then maybe it was the fact that I removed the xvid log filename. By default, xvid will litter my ~ with .log files, so I just took out the log filename from the xvid configuration dialog in order to not do that. Could it be it that created the empty property?