Quote from nate:
also we need to allow people to add commentary to old runs since this seems like a popular thing to do now.
Need to figure out a way to strip the statID from a video and re-append a statID that declares the ac track without doing a complete re-encode. Can you think of a feasible way of doing this?
Some ideas:
1 - Manually add keyframes at the beginning/end of the statid to allow for precise splitting. Not sure how audio is affected. Downside, iirc, is that the scene change algorithm either doesn't work properly or is disabled altogether. Possible audio desync because of AAC+AAC+AAC.
2 - Encode the statID separately, then append later. This should have the same effect as the above but without the scene change thing. Downside is possible audio desync because of AAC+AAC+AAC.
3 - Above idea, except the statID contains no audio. When appending, set a positive 5 second delay to the main AAC track. Downside, break compatibility with media players, hardware devices????
Quote:
snow, is there anything i need to know about making the installer?
Nah, it's basically a file extractor other than installing Lagarith and initiating the AviSynth installer.