View Single Post
Old 14th April 2018, 14:50   #101  |  Link
SuperLumberjack
French Registered User
 
SuperLumberjack's Avatar
 
Join Date: Aug 2016
Location: France
Posts: 333
And here, can you see the differences ?

Don't tell me that you can't see them please !

See how the background moves, the sensation of weight of the characters and objets, the fluidity...

I know it looks identical with static pictures. I admit that it's hard to see. But there are subtle differences that make the sensation different too.

It's not only a question of "how it looks", but "how it moves" !

You will only see it if you watch the videos in fullscreen and with 1080p or 4k resolution.


Here is a new video, with a new script : https://youtu.be/PrrUjauNGto


I called the new script "Ultimate style - Clean version" It's a comparison between "Booya style" and "Ultimate style" !

[Edit : I did a new version of the script, with a more "old" look. It's interesting, because it's modern, but reminds the old sensations I find. But I kept the "Clean version", so I have a pure modern look or a mix modern/old... still without the scanlines or grids ]


Script for booya style with 8:7 aspect ratio :

Quote:
AviSource()
Spline16Resize(1024, 1792)
BicubicResize(4936, 4320)
BicubicResize(2468, 2160)
PointResize(4936, 2160)
BicubicResize(2468, 2160)

Script for ultimate style clean version with 8:7 aspect ratio :

Quote:
AviSource()
Spline16Resize(2560, 1920)
BicubicResize(4936, 4320)
BicubicResize(2468, 2160)
Note : I first upscaled in a resolution of 2560x1920 with Spline16 because it's a multiple of 320x240, and the output resolution of the Super Nintendo was 240p. I find the relief of the image is more correct like this.


https://media.joomeo.com/original/5ad3dc5ce628e.png


Script for booya style with 4:3 aspect ratio :

Quote:
AviSource()
Spline16Resize(1024, 1792)
BicubicResize(5640, 4320)
BicubicResize(2820, 2160)
PointResize(5640, 2160)
BicubicResize(2820, 2160)

Script for ultimate style clean version with 4:3 aspect ratio :

Quote:
AviSource()
Spline16Resize(2560, 1920)
BicubicResize(5640, 4320)
BicubicResize(2820, 2160)

https://media.joomeo.com/original/5ad3dcb96b9aa.png


What do you think ?

Last edited by SuperLumberjack; 18th April 2018 at 12:30.
SuperLumberjack is offline   Reply With Quote