TASEmulators / gens-rerecording

The Gens rerecording project, a Sega Genesis, 32x, Sega CD emulator. The primary purpose is to expand features related to creating Tool-Assisted movies.
http://tasvideos.org/EmulatorResources/Gens.html
20 stars 10 forks source link

Separate AVI dumps for every time resolution is changed #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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

DerekTurtleRoe commented 9 years ago

I have never really had issues with games changing resolutions on Super Nintendo or NES or any retro system while recording. Then again, I don't record that often, nor do I play Sega games as often as I'd like. Will investigate further.