Madsdyd’s Weblog

August 15, 2008

How to build kdenlive for KDE4 yourself

Filed under: Uncategorized — Tags: , , , — madsdyd @ 7:06 pm

I just updated my wizard that builds Kdenlive for KDE4 on Linux.

It should now be easier than ever (perhaps unless your hobby is tweaking linux video libraries) to get the development version of kdenlive to run on your system.

Get it here – and remember to vote “good” for it :-) .

August 14, 2008

Kinetic Typography

Filed under: Uncategorized — Tags: , — madsdyd @ 4:31 pm

Yesterday, while looking for an answer to a problem with synfig on irv, pixelgeek pointed out Kinetic Typography to me. That is some really cool stuff they do. Be sure to follow the links and watch the videos with sound.

How to use synfig for titles in kdenlive

Filed under: Uncategorized — Tags: , , , , , , , , , — madsdyd @ 4:16 pm

I finally figured out how to use synfig to create titles for inclusing in a video with non-square pixels, such as PAL DV or similar.

Use synfig as normally, then when rendering, check out this page on synfig.org, note 6. This will allow you to render a number of pngs.

You can now use kdenlive to import these, using the slideshow command and overlay them on something else. If this does not succed for you, you can export your clip to pngs (perhaps kino is easier to use for this, or mlt or ffmpeg). You can then overlay your background and foreground clips, using

composite -compose src-over $FOREGROUND $BACKGROUND -depth 8 $OUTPUT

Note that the -depth 8 is important if you wish to use them with kdenlive and ffmpeg, as composite will use 16 bits by default, and this does not appear to work with kdenlive/ffmpeg.

Finally, if the slideshow import fails for you, you can create a clip using ffmpeg, something like this:

ffmpeg -i Output/output%03d.png -aspect 16:9 file-169.dv

where you replace your aspect and %03d as needed.

If you are interessted in titles, make sure to also check out titles for OpenMovie with inkscape. Note, that synfig should be able to import svg’s from inkscape, so you can create in inkscape, then animate in synfig.

Hello world!

Filed under: Uncategorized — Tags: , , , — madsdyd @ 3:05 pm

Welcome to my new blog.

I am starting this, because I need a place to put all kind of small notes, that are mostly related to free/open software, such as kdenlive which I am trying (hard) to use for editing videos of my family. Perhaps someone ends up here when googling for solutions to problems.

Other than that, I might rant about books or stuff that interests me.

Blog at WordPress.com.