Comment 3 for bug 540083

Revision history for this message
j^ (j) wrote :

in the inital description it looks like libav* detects the input as bmp.
possibly forcing it to png helps. something like:

    ffmpeg2theora -f png bbb/big_buck_bunny_0%04d.png -o bbb.ogv

might do the trick.
another option is to use png2theora, that should work with your png files.