<br>Thanks, that works great. Next question if I'm taking a series of jpgs and converting them into an avi, how can i embed a .wav file into that avi? And also is it possible to add multiple wav files to the avi output? For example, one wav might need to start at 0:00 and the next wav might need to start at 5:15. Is this possible with ffmpeg from the command line?<br>
<br>Thanks again!<br><br><br>Craig<br><br><br><br><br><div class="gmail_quote">On Thu, Mar 29, 2012 at 2:31 AM, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at">cehoyos@ag.or.at</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Craig Murray <craigmurray100@...> writes:<br>
<br>
> I'm using ffmpeg to extract a series of jpgs from an avi. <br>
> Is it possible to have ffmpeg pull the audio down along<br>
> with it, so that I have that as an audio only track?<br>
<br>
</div>You mean<br>
ffmpeg -i input.avi out%5d.jpg out.wav<br>
?<br>
<br>
Carl Eugen<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br>