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.
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.