<div class="gmail_quote">On Mon, Apr 12, 2010 at 5:38 AM, Stuart Fisher <span dir="ltr">&lt;<a href="mailto:stuart.fisher@fig7.com">stuart.fisher@fig7.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">







<div bgcolor="#ffffff">
<div><font face="Arial">So I wanted to make smaller versions of Big Buck Bunny and 
Elephants Dream.</font></div>
<div><font face="Arial">So I download the original files (.png and 
.flac).</font></div>
<div><font face="Arial"></font> </div>
<div><font face="Arial">I had a look in the examples folder and saw that there was 
a png2theora.c. Perfect, that&#39;s what I need. Except that it doesn&#39;t do audio. Ok 
then, let&#39;s have a look at encoder_example.c. That does handle audio (wav not 
flac), but expects the video in some YUV encoded format and not png. 
</font><font face="Arial">Some googling later I give up. There doesn&#39;t seem 
any easy way to convert a folder full of pngs to YUV4MPEG. So I try 
plan B.</font></div>
<div><font face="Arial"></font> </div>
<div><font face="Arial">Plan B: &quot;If you want something doing...&quot;</font></div>
<div><font face="Arial"></font> </div>
<div><font face="Arial">I downloaded the flac libs and got the .flac files 
converted to wavs (I had to edit the flac decoder example to make a 24 bit 
version, but that wasn&#39;t too much of a problem).</font></div>
<div><font face="Arial">Several hours of hacking later I have a version of 
png2theora that will also take a wav file as input :-)</font></div>
<div><font face="Arial"></font> </div>
<div><font face="Arial">I currently only have a MSVC version as that&#39;s the 
environment I&#39;ve got (I know I should get gcc at some point, but that&#39;s not 
going to happen right now). If anybody wants this please let me know. Maybe it 
could be added to the examples folder?</font></div></div></blockquote><div><br>Hi,<br><br>Why not simply using oggz-merge to merge your OGG Vorbis soundtrack and your OGG Theora videotrack ?<br><br>Regards<br>--<br>ZikZak <br>

</div></div>