I have successfully used
mencoder -nosound -ovc lavc \
        -lavcopts vbitrate=5000:vcodec=mjpeg \
        -mf type=png:fps=30 -o  moviename.avi mf://\*.png -v

I don't think the resulting files are very compressed, but they play
well with quicktime.

Another option for the mac is of course quicktime pro.

George Nurser.

2009/9/3 Phil Austin <paus...@eos.ubc.ca>:
> Andrew Straw wrote:
>> I use::
>>
>>  ffmpeg -r 60 -i frame%05d.png -vcodec wmv2 -b 2000k out.avi
>>
>
> That's encouraging, thanks.  I tried this and produced
>
> http://clouds.eos.ubc.ca/~phil/video/out.avi
>
> Just to confirm: the two OSX users down the hall get a "missing
> components" message from quicktime when they click on this file in
> firefox or safari, and
> are sent to a page that gives an undifferentiated list of extra codecs
> (divx, etc.).  Do I need to tell them to install something like
> http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx
> or am I still missing some proprietary codec on my end?  I'm happy to
> post the detailed ffmpeg output if it would provide any clues.
>
> best, Phil
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to