- Log in
- Constantine PC
- Topic Author
More
9 years 7 months ago - 9 years 7 months ago#1by Constantine PCBetter understanding the Advanced Motion Blur was created by Constantine PC
First of all I'd like to state i'm a big fan of the Advanced motion blur effect. I think it's really great.
Unfortunately I have very little understanding of how to properly use it. I've never tinkered with Gem FX effects before the Framework so I honestly have no clue what i'm doing.
Now the Settings for advanced motion blur are listed as follows, I'd like to ask questions about individual ones I don't quite understand fully:
#define ambDepth_Check - I think this one is pretty straight forward. So i'm good on this one.
#define ambDepthRatio - Not 100% sure on this one. Is this adding more blur based on the distance of the depth buffer?
#define ambRecall - I have no clue what this one is doing. It seems to greatly increase the motion blur effect.
#define ambPrecision - Again I have no clue.
#define ambSoftness - No clue. It's defined as softness of consequential streaks.
#define ambSmartMult - Seems to be straight forward as well. I'm good on this one too.
#define ambIntensity - Intensity is straight forward. But what is the Base motion blur effect?(exactly)
#define ambSmartInt - Same as Ambintensity but what is the Smart motion blur effect?(exactly)
Sorry for bugging you on this one but I think this would be a "win win" for a lot of people. If I don't quite get the settings i'm sure a few others don't as well
Also I thought this was the appropriate section for it since people can just check out this topic and get an understanding as well.
Last edit: 9 years 7 months ago by Constantine PC.
Please Log in or Create an account to join the conversation.
- fuze
More
9 years 7 months ago - 9 years 7 months ago#2by fuzeReplied by fuze on topic Better understanding the Advanced Motion Blur
Yeah I would also want to know this too, becouse whatever I do with my config doesn't seem to look very good
Last edit: 9 years 7 months ago by fuze.
Please Log in or Create an account to join the conversation.
- Ganossa
More
9 years 7 months ago - 9 years 7 months ago#3by GanossaReplied by Ganossa on topic Better understanding the Advanced Motion Blur
#define ambDepthRatio => if Depth_Check is enabled, the blur effect will increase for closer "objects"
#define ambRecall => defines the likeliness of what is (initially) identified as a "moving object"
#define ambPrecision => defines the threshold that determines which of the identified "moving objects" are valid for the algorithm
#define ambSoftness => blur strenght of applied motion blur
#define ambIntensity => motion blur amount applied to anything (also non "moving objects")
#define ambSmartInt => motion blur amount applied to the valid "moving objects"
Hope that helps.
Initial values should already be pretty good but it can differ from game to game. Also notice that they are tweaked for using depth buffer information. Having no depth buffer access, you should definitely decrease ambIntensity.
Last edit: 9 years 7 months ago by Ganossa.
The following user(s) said Thank You: JPulowski, Ioxa, fuze, SpinelessJelly, Constantine PC, jas01, TinchO, Aelius Maximus, Solano
Please Log in or Create an account to join the conversation.
- TinchO
More
9 years 7 months ago#4by TinchOReplied by TinchO on topic Better understanding the Advanced Motion Blur
Thanks Lucifer. This will be quite useful
Please Log in or Create an account to join the conversation.
- fuze
More
9 years 7 months ago#5by fuzeReplied by fuze on topic Better understanding the Advanced Motion Blur
Thanks for the info I also have 1 question regarding Motion Blur, is it possible to achieve this kind of motion blur with this shader? Or we would need an per pixel motion blur shader for that?
Please Log in or Create an account to join the conversation.
- Constantine PC
- Topic Author
9 years 7 months ago - 9 years 7 months ago#6by Constantine PCReplied by Constantine PC on topic Better understanding the Advanced Motion Blur
That screenshot looks like rotational Blur and I'm pretty sure this is object based blur that estimates velocity.
But I know what you mean you mean like Crysis Motion Blur (which is amazing) and this post pretty much sums if that is possible or not:
Motion Blur?
Basically TL;DR not yet possible.
But I've been combining Rotational Blur with this motion blur for some pretty good effects.
This motion blur is kind of confusing but once you get good values it actually looks pretty damn good(the stock values are actually great but some games it might need a bit of tweaking). Also i'm finding Ambient Light seems to help the effect. Perhaps due to the way it adds bloom/light to everything. I don't really know.
Also about that post. I wonder how they got that motion blur in GTA 4 working. It's quite nice and was always my favorite thing about using an ENB with GTA 4 (it did a wonderful job of covering up the jumpy and erratic frame-rate of that "wonderful" pc port)
Last edit: 9 years 7 months ago by Constantine PC.
The following user(s) said Thank You: fuze
Please Log in or Create an account to join the conversation.
- fuze
More
9 years 7 months ago#7by fuzeReplied by fuze on topic Better understanding the Advanced Motion Blur
I like the "yet" And yeah, thats Crysis's stock motion blur and I am looking forward to your implementation with rotational blur
Please Log in or Create an account to join the conversation.
- Ganossa
More
9 years 7 months ago - 9 years 7 months ago#8by GanossaReplied by Ganossa on topic Better understanding the Advanced Motion Blur
Rotation (motion) blur shouldn't be to complicated as long as it is not directional (which would make it more performance heavy). However, the first thing I want to do at the weekend, is finishing an eye adaptation shader. Since this shouldn't take to long either, I might even have some time for some more motion blur options. lets see
Last edit: 9 years 7 months ago by Ganossa.
Please Log in or Create an account to join the conversation.
- Constantine PC
- Topic Author
More
9 years 4 months ago#9by Constantine PCReplied by Constantine PC on topic Better understanding the Advanced Motion Blur
I actually Re-visited the Advanced Motion Blur shader in a game with great Depth-Buffer Access (Arkham City) and I actually REALLY like the way it looks.
I found these settings pretty good for with depth-buffer access:
Warning: Spoiler!
I like the way 10.0 softness looks, It has some "streaky" issues with over-the-top strength settings but I think it really smooths out an image.
I find 3.5 Softness looks far too "ghosty" even lower is worse.
here is a video using the settings above:
The following user(s) said Thank You: Ganossa
Please Log in or Create an account to join the conversation.
- Ganossa
More
9 years 4 months ago#10by GanossaReplied by Ganossa on topic Better understanding the Advanced Motion Blur
Overhauling motion blur is the next big project on my list (+ the motion effect for light which was proposed a while ago)
Hope you can profit from it ConstantinePC
The following user(s) said Thank You: BillyAlt
Please Log in or Create an account to join the conversation.
- Solano
More
9 years 2 months ago#11by SolanoReplied by Solano on topic Better understanding the Advanced Motion Blur
Eye adaptation shader?!
Heck yes!
I am looking forward to this one LuciferHawk!
Please Log in or Create an account to join the conversation.
- Ganossa
More
9 years 2 months ago#12by GanossaReplied by Ganossa on topic Better understanding the Advanced Motion Blur
This is a very old post. The adaptation shader is already finshed for a long time.
Please Log in or Create an account to join the conversation.
Powered by Kunena Forum