Log in

View Full Version : Audio-Friendly Interleave Algorithm


stegre
11th March 2003, 02:57
I did some work last month on interleave algorithms - in particular, the idea was to make the audio part of an AVI fully specifiable and identical on every interleave, instead of being just a "slave" to the time used by the video. I've modified Alex Noé's AVIMux_GUI as a "proof-of-concept", and I’ve just now posted some diagrams & descriptions along with the source code & a fully functional binary build. The modified version has three interleave options instead of just one (I also added "time-based", as available in VDub). But despite being the logical complement of "video-based", "audio-based" interleave is the one I haven't seen elsewhere. It does seem to work well and hopefully will turn out to be useful.

It's all available here (http://www.headbands.com/interleave/).

alexnoe
11th March 2003, 11:07
The idea of audio based interleave is not bad. Although there are other things which I intend to do at the moment (i'm sure the first bug report in connection with subtitles is arriving soon :( ), i'll definitely give it a closer look