Better understanding the Advanced Motion Blur (2024)

  • Log in
  • Constantine PC
  • Better understanding the Advanced Motion Blur (1)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 Better understanding the Advanced Motion Blur (2)
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
  • Better understanding the Advanced Motion Blur (3)

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 Better understanding the Advanced Motion Blur (4)

Last edit: 9 years 7 months ago by fuze.

Please Log in or Create an account to join the conversation.

  • Ganossa
  • Better understanding the Advanced Motion Blur (5)

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. Better understanding the Advanced Motion Blur (6)

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
  • Better understanding the Advanced Motion Blur (7)

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
  • Better understanding the Advanced Motion Blur (8)

More

9 years 7 months ago#5by fuzeReplied by fuze on topic Better understanding the Advanced Motion Blur

Thanks for the info Better understanding the Advanced Motion Blur (9) 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
  • Better understanding the Advanced Motion Blur (10)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
  • Better understanding the Advanced Motion Blur (11)

More

9 years 7 months ago#7by fuzeReplied by fuze on topic Better understanding the Advanced Motion Blur

I like the "yet" Better understanding the Advanced Motion Blur (12) And yeah, thats Crysis's stock motion blur Better understanding the Advanced Motion Blur (13) and I am looking forward to your implementation with rotational blur Better understanding the Advanced Motion Blur (14)

Please Log in or Create an account to join the conversation.

  • Ganossa
  • Better understanding the Advanced Motion Blur (15)

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. Better understanding the Advanced Motion Blur (16) lets see

Last edit: 9 years 7 months ago by Ganossa.

Please Log in or Create an account to join the conversation.

  • Constantine PC
  • Better understanding the Advanced Motion Blur (17)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:

Video Displaying Advanced MB

The following user(s) said Thank You: Ganossa

Please Log in or Create an account to join the conversation.

  • Ganossa
  • Better understanding the Advanced Motion Blur (18)

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 Better understanding the Advanced Motion Blur (19)

The following user(s) said Thank You: BillyAlt

Please Log in or Create an account to join the conversation.

  • Solano
  • Better understanding the Advanced Motion Blur (20)

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
  • Better understanding the Advanced Motion Blur (21)

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

Better understanding the Advanced Motion Blur (2024)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Domingo Moore

Last Updated:

Views: 5795

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Domingo Moore

Birthday: 1997-05-20

Address: 6485 Kohler Route, Antonioton, VT 77375-0299

Phone: +3213869077934

Job: Sales Analyst

Hobby: Kayaking, Roller skating, Cabaret, Rugby, Homebrewing, Creative writing, amateur radio

Introduction: My name is Domingo Moore, I am a attractive, gorgeous, funny, jolly, spotless, nice, fantastic person who loves writing and wants to share my knowledge and understanding with you.