GNOME Bugzilla – Bug 582419
images don't seek and cause desynch when rendering
Last modified: 2009-05-26 18:29:51 UTC
it is possible to seek and play images (but not at all times?), but they don't render. I have modified my project "Texture" to add two PNG images at the beginning and end, and they are ignored at render time.
Created attachment 134535 [details] debug log with gnonlin actually, the images don't even seek anymore (they used to)!
This is worse than I thought. I noticed that my rendered output's audio and video had gotten out of sync, and this seems to be the cause (took out the images and it got back in sync at the next render). This also caused a hang ("2 seconds left" ad infinitum because of a PNG) at the end of the rendering (will attach a second debug log about that).
Created attachment 134536 [details] debug log with gnonlin
I can't seem to reproduce this. Could you provide a small project file with which you can reproduce the issue, along with the images you used ?
The project on which this happened was initially a large project, but this now happened when doing a very small project this morning (the pitivi import tutorial test). Grab it here: http://jeff.ecchi.ca/public/bug-pitivi-582419.tar It seeks fine in the timeline, BUT, in this particular case, when rendering to ogg theora+vorbis 720P, the rendered file has desynch'd audio and doesn't actually show the png image.
I'm getting deadlocks... due to the ogv file :)
That audio sync issue initially happened in a project with no ogv files. I could only attribute it to the presence of png's in the timeline, because taking them out seemed to unmess the thing.
ok, now that the ogv issues is fixed in -base... I can reproduce it 100% of the time.
Created attachment 135386 [details] [review] Use the saved factory type when loading factories The problem was that we weren't using the factory 'type' when loading sources :(
commit 5b402e5664ea8f4c15e4c8b746dd4f2d7a14a59f Author: Edward Hervey <bilboed@bilboed.com> Date: Tue May 26 18:24:05 2009 +0200 ElementTreeFormatter: Properly load sources. Fixes #582419