EmulatorArchive / hourglass-win32

Automatically exported from code.google.com/p/hourglass-win32
0 stars 0 forks source link

Adjust AVI capture framerate #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If possible, make it so that a video frames are written only when there is a 
visual change, for example; in VVVVVV the game/video runs at 30fps, but the 
audio wont render without clipping unless you make a TAS at 60fps. When you 
make an AVI however, there are lots of repeat frames.

Original issue reported on code.google.com by Aja...@gmail.com on 13 Sep 2011 at 3:26

GoogleCodeExporter commented 9 years ago
I didn't want to output variable-framerate AVIs, so this sort of thing is 
expected to be done in a post-processing step (there are methods for 
automatically eliminating duplicate frames, and even if you don't use them, 
most video codecs compress the extra frames very well anyway so it shouldn't 
matter that much).

Original comment by nitsuja-@hotmail.com on 10 Oct 2011 at 4:52