<br><br><div class="gmail_quote">On 19 August 2010 19:58, evan.raskob [lists] <span dir="ltr"><<a href="mailto:lists@lowfrequency.org">lists@lowfrequency.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
ffmpeg is EXTREMELY good at this - something like:<br>
<br>
ffmpeg -r 25 -b 1800k -i frame-%07d.tif  movie.mp4<br>
<br>
will get you a movie called movie.mp4 at a framerate of 25fps and a (possible) bitrate of 1800k from a collection of sequentially numbered frames ("frame-0000001.tif" up to "frame-9999999.tif")<br>
<div><div></div><div class="h5"><br><br></div></div></blockquote><div><br></div><div>Got it! That looks a lot more simple than Gabor's suggestion, and a quick search teaches me that "-i my_file.wav" should add audio, right?</div>
<div><br></div><div>Ok, in the next few days I'll try my hand at this. Not that I have anything especially impressive to show, but I'm having fun, that's worth something too...</div><div><br></div><div>Thanks Evan&Gabor,</div>
<div>Kas.</div></div>