Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate AVI dumps for every time resolution is changed #91

Open
GoogleCodeExporter opened this issue Dec 4, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant