Almost have Imagination working. So close. I've installed from the 2.1x source code (making the changes for the transitions list) and everything works well, except one thing. Export fails. VOB, FLV both create a null file.
So, then I uninstalled the 2.1x release, and tried the 1.5 (GetDeb has a package) release, calling it from the command prompt. When it comes time to export, here's what happens:
ffmpeg -f image2pipe -vcodec ppm -i pipe: -r 30.00 -aspect 4:3 -s 720x480 -an -y -bf 2 -target ntsc-dvd "/home/jack/Desktop/8th.vob"
FFmpeg version git-91be88c, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-gpl --enable-nonfree --enable-shared --enable-pthreads --enable-libx264 --enable-libfaac --enable-libtheora libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.32. 0 / 52.20. 0 libavformat 52.36. 0 / 52.31. 0 libavdevice 52. 2. 0 / 52. 1. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 24 2009 21:22:03, gcc: 4.3.3 Input #0, image2pipe, from 'pipe:': Duration: N/A, bitrate: N/A Stream #0.0, 1/25: Video: ppm, rgb24, 720x480, 1/25, 25 tbr, 25 tbn, 25 tbc Output #0, dvd, to '/home/jack/Desktop/8th.vob': Stream #0.0, 1/90000: Video: mpeg2video, yuv420p, 720x480 [PAR 8:9 DAR 4:3], 1001/30000, q=2-31, 6000 kb/s, 90k tbn, 29.97 tbc Stream mapping: Stream #0.0 -> #0.0 ffmpeg: symbol lookup error: ffmpeg: undefined symbol: avcodec_decode_video2
(imagination:8926): Gtk-CRITICAL **: gtk_list_store_iter_next: assertion `GTK_LIST_STORE (tree_model)->stamp == iter->stamp' failed
My initial impressions with Imagination is that it is an extraordinarily powerful tool. The combination of text, "Ken Burns" transitions, and sound is very impressive.
I'm hoping that the export function can be remedied. Obviously, not everyone has this problem, some do, but not everyone. So, there is a configuration or missing library to be addressed, as my best guess.
Fingers crossed.