<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 19 Aug 2010, at 19:44, Kassen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><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-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
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></blockquote><div><br></div><div>Yep!  [PLUG] In fact, if you're into Java, this is what I automagically do with my collaborative open source music video installation (source code for download): <a href="http://pixelist.info/drawn-together/">http://pixelist.info/drawn-together/</a></div><div><br></div><div><br></div><br><blockquote type="cite"><div class="gmail_quote"><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>
</blockquote></div><br></body></html>