Hi, Is anyone able to help Mr Stoner? -Ivo ---------- Forwarded message ---------- From: Ed Stoner <ed@whsd.net> Date: Oct 9, 2007 5:32 PM Subject: [sugar] video encoding To: sugar@lists.laptop.org I would like to provide the functionality of a "video export" from within an activity I am working on. I'm starting with a png for each frame of the video and would like to do something like: png2yuv -I p -f 25 -j /tmp/*.png >my.yuv ffmpeg2theora --optimize my.yuv Could someone enlighten me on how I could achieve this from the libraries available on the XO? Thanks. _______________________________________________ Sugar mailing list Sugar@lists.laptop.org http://lists.laptop.org/listinfo/sugar
saulgoode@flashingtwelve.brickfilms.com
2007-Oct-13 11:20 UTC
[theora] Fwd: [sugar] video encoding
Perhaps examination of the following Python-based convertor would prove beneficial. http://www.reimeika.ca/lives/cvs/theora_encoder.py> ---------- Forwarded message ---------- > From: Ed Stoner <ed@whsd.net> > Date: Oct 9, 2007 5:32 PM > Subject: [sugar] video encoding > To: sugar@lists.laptop.org > > > I would like to provide the functionality of a "video export" from > within an activity I am working on. I'm starting with a png for each > frame of the video and would like to do something like: > > png2yuv -I p -f 25 -j /tmp/*.png >my.yuv > ffmpeg2theora --optimize my.yuv > > Could someone enlighten me on how I could achieve this from the > libraries available on the XO? >