Eh, right, but they did record the games in their original resolution, I gather? So then it should be possible to access those. Last year's marathon downloads were awfully low quality. I don't want to see such things again, if it can be helped.
Quote from nate:
from what i understand, avisource() uses vfw, which is all 32-bit, so no audio longer than four hours or whatever since it tries to serve the audio as wav. actually directshowsource() seems to have the same problem except that you actually get audio with it if you trim the output of the script down to less than four hours or whatever using trim() or similar. right now i'm having no problem whatsoever opening the transcoded avis in vdub not through avisynth (which is interesting because vdub is all vfw and the audio is all there). no problems with av sync or anything. it's the avisynth requirement that brings everything down. it seems like i'm just going to have to cut each run out of the masters in order to get the length down to where people can use avisource(). obviously from the above post and others like it, this is not going to work as-is.
The limit for the length of a WAV is actually a lot longer than 4 hours. I've calculated this before and I rememeber it being 10 hours+ at a sample rate of 44100. It is indeed limited to 2^32, aka 4 GB.
Edit: I recalculated and the amount of time for a 44100 audio with 2 channels is ~ 6.76 hours. My bad.
Quote from nate:
i'm uploading two samples right now - one commentary stream one and one game stream one. commentary stream is vp6/mp3 flv and game stream is h.264/mp3 f4v. feel free to play around with them, but i'm not sure we really stand to gain anything right now from those files (unless you can figure out how to get the video beyond the format change out of g.10). there's no way i'm writing a program to read that format when i can just ask mike to torrent me those runs from the dvd backup in vastly superior quality.
I have studied the FLV format a while back, and had some fun looking at it with an hex editor. I kind of meant that I am willing to write a program since I do understand how FLV works. I would like a sample of g.10 since it does have the problem after all.