pold500 / gens-rerecording

Automatically exported from code.google.com/p/gens-rerecording
0 stars 0 forks source link

Separate AVI dumps for every time resolution is changed #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Long story short: The current method of AVI dumping that Gens uses for games 
that change resolution multiple times throughout the game is inadequate.

The stretching used by Gens deforms the source and could theoretically be 
scaled better by external scalers, and turning off the aspect corrector will 
simply dump a single AVI (Barring 2 gigabyte splitting) with borders, creating 
a nightmare for encoders to process.

I feel that creating a new AVI every time the resolution changes (Such as the 
style used by .kkapture) will make working with problem games far easier to 
handle, and also possibly increase the quality of files that do need aspect 
correcting in the video stream itself due to the use of more powerful external 
scalers.

Original issue reported on code.google.com by flygonbr...@gmail.com on 5 Dec 2010 at 3:19