Get front row seat and watch the development of micro-isv. We make cool product that solves all your problems...

logo

Friends
         
Open Office to PDF to Blender
2009-04-29

Here's one way to add an Open office presentation to a Blender Sequence editor video.

First set the page size to match the output aspect ratio. For example 21.0 cm by 28.0 cm has the same aspect ratio as 1024x768, then use GraphicsMagic to turn those into a set of PNGs.

$ convert -density 600 -resize 1024x768 slides.pdf slides%d.png

The -density 600 means that the image is sampled at a high resolution first, which is needed because there isn't and anti-aliasing otherwise.