Hi, I would like to create a movie out of a lot of png files. Using mencode I would do have something similar to mencoder "mf://*.png" -mf type=png:fps=5 -vf spp,scale -ovc lavc -o output.avi but I want to have an ogg format. I.e. an ogg movie How to do it? convert can convert the pngs to an mpg but not to an ogg! convert: unable to open module file `/usr/lib/ImageMagick-6.2.4/modules-Q16/coders/ogg.la' But of course, I would prefer something in which I can control the frames per second... I have been skimming through the man pages but cannot figure out how to do it... :( any hint? thanks!
Hi, Am Montag, 28. August 2006 14:54 schrieb All Pebre:> Hi, > > I would like to create a movie out of a lot of png files. Using > mencode I would do have something similar to > > > mencoder "mf://*.png" -mf type=png:fps=5 -vf spp,scale -ovc lavc -o > output.avi > > > but I want to have an ogg format. I.e. an ogg movieEasiest, way is to use ffmpeg2theora to transfer the avi to ogg. AFAIK mencoder (,ffmpeg etc.) does not provide a method to directly transfer to ogg. Regards - Yorn
On Mon, Aug 28, 2006 at 02:54:13PM +0200, All Pebre wrote:> mencoder "mf://*.png" -mf type=png:fps=5 -vf spp,scale -ovc lavc -o > output.aviYou can output to yuv4mpeg instead of avi and pipe that to the theora encoder_example; that doesn't waste any time or quality. See for example http://people.xiph.org/~j/ogg-theora-microhowto.html You could also do this with gstreamer 0.8, but apparently multifilesrc still needs to be ported to 0.10. :/ I had no idea imagemagick was growing ogg support; very cool. Although unless they fix their architecture it still won't be very useful; the last time I used it for making mng animations it loaded all the images into ram at once, which only works for small clips. HTH, -r
RIEN! nada just a blank row ????????????? 2006/8/30, ZikZak <zikzak@tele2.fr>:> All Pebre a ?crit : > > My script automatically deletes strem.yuv everytime, so this is not > > the problem... > Ok, > > What is the output of theora_encoder ? Does it work ? >