<div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div class="h5"><div class="gmail_quote">
2011/4/7 Billy Stiltner <span dir="ltr">&lt;<a href="mailto:billy.stiltner@gmail.com" target="_blank">billy.stiltner@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hey<br>
<br>
I would like to know what is the best program to recombine gem video<br>
and pd audio in sync without dithering or stretching the audio as well<br>
as keeping the video frames as is.<br>
<br>
I had been using an old sonic foundry acid but it will not let me sync<br>
the audio to video without stretching or shrinking the audio. It is<br>
the only win32 app I had that works with quicktime video.<br>
<br>
Isn&#39;t there a simple operation that could be done on the quicktime<br>
video by just adding the audio file to the video file and adjusting<br>
the header? Instead of loading everything up in some sort of visual<br>
environment.<br></blockquote></div></div></div></blockquote></div><br>There are some methods, i usually take this route :<br><br>* convert video to raw avi (while keeping the encoding, mjpeg is great for this)<br>* load both into avidemux2<br>
* write a new avi (while keeping all encoding)<br>* write another avi (but this time compressed hard, xvid+mp3 or something)<br><br>done!<br>