Jabber video
Submitted by dv on Fri, 2008-04-18 14:40.
This is my lame-o jabber video.
Video editing on Linux sucks. I used Cinerella to make this. Issues encountered:
- The slides had to be individually exported to PNG from OpenOffice.
- Each slide then had to be individually resized in gimp to match the size in the video. Cinerella just couldn’t do that for me.
- Cinerella crashes once in a while, so I learned to save my work every 5 seconds.
- Cinerella’s UI is awful, but you get used to it.
- The biggest problem is its importing and rendering. I had to try out 10-15 different combinations of audio/video formats to make it render the video properly. It couldn’t import any avis or movs that I generated from recordmydesktop’s ogvs (via mencoder). The only format it liked was mp4.
- Then it couldn’t get the sound right. It was recorded with Audacity in mono with 16kbps bitrate. Cinerella kept producing either no sound or sound in only one channel. I had to manually drop the bitrate in the rendered result to 16kbps and tinker with output settings (neither mp3 nor mpeg audio worked). I had to manually duplicate the contents of the audio track into another, which resulted in 2-channel output (even though the project was already set to 2-chan).
To give it credit though, the docs are pretty decent.
I spent way too much time making it all work. Next time, I’ll just find a Mac that I can use to do this.
Trackback URL for this post:
http://glyphy.com/trackback/34
Archives
| August 2008 | ||||||
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 | ||||||
Recent comments
- Whoops
17 weeks 2 days ago - You can script the
17 weeks 2 days ago - Yep, I’m aware of that
28 weeks 5 days ago - I assume you’re aware of
28 weeks 6 days ago - loob
34 weeks 1 day ago










You can script the
You can script the OpenOffice->PNG export; here’s a Python script that uses the UNO bridge. You can also write scripts in BASIC within OpenOffice and avoid dealing with the boilerplate setup, and instead deal with … BASIC. ~sigh~ The documentation for this stuff sucks too.
Whoops
Ergh, my attempt to set the size didn’t really work apparently. I’d drop those lines and just use ImageMagick afterward: mogrify -resize 740x480 *.png
Post new comment