Search found 117 matches
- Author
- Message
- 24 Apr 2018, 03:54
- Forum: Download
- Topic: Film Simulation LUTs for kingeric1992's shader
- Replies: 0
- Views: 14888
Film Simulation LUTs for kingeric1992's shader
Film stock simulation LUTs! For kingeric1992's 3D LUT shader: http://enbdev.com/enbseries/forum/viewtopic.php?f=7&t=4394&sid=a3e97addf91f7f1ae7d174059f4fd126 Hello! I was using kingeric1992's shader and was in need of some good LUTs, so I remembered that Adobe Premiere has several nice film...
- 24 Apr 2018, 03:19
- Forum: Effects
- Topic: [HLSL CODE] 3D LUT
- Replies: 68
- Views: 140213
Re: [HLSL CODE] 3D LUT
@ENBSeries Okay, wasn't sure if that was appropriate; I'll get right on it.
@Guzio: You're very welcome!
@Guzio: You're very welcome!
- 23 Apr 2018, 18:01
- Forum: Effects
- Topic: [HLSL CODE] 3D LUT
- Replies: 68
- Views: 140213
Re: [HLSL CODE] 3D LUT
Thank you kingeric1992 for the useful shader! I exported some film stock simulation .cube LUTs from Adobe Premiere and converted them to .png and .bmp for my own use with this shader, but I figured maybe someone else could use them. Here they are! To use them you need to rename them, example LUT.png...
- 27 Jun 2014, 20:32
- Forum: Effects
- Topic: DOF extra & ALF effect 3/13 2015
- Replies: 142
- Views: 125140
Re: enbeffectprepass.fx extra GUI & enblens.fx ALF effect
There are some posts on the skyrim gallery of people trying it out and sharing screens, it definitely works. Good job, and thanks for sharing it! For a first foray into HLSL you sure impressed me
- 27 Jun 2014, 16:41
- Forum: Effects
- Topic: DOF extra & ALF effect 3/13 2015
- Replies: 142
- Views: 125140
Re: enbeffectprepass.fx extra GUI & enblens.fx ALF effect
Oops, my mistake, I confused myself. For what I was doing it gets put into 0-1 range elsewhere using specific code I didn't share, I wasn't thinking straight. It would be greater than 1 when the dot product is less than one, though. You wouldn't actually need a between 0-1 result if you use a pow fu...
- 27 Jun 2014, 06:01
- Forum: Effects
- Topic: DOF extra & ALF effect 3/13 2015
- Replies: 142
- Views: 125140
Re: enbeffectprepass.fx extra GUI & enblens.fx ALF effect
I don't know what your code looks like now, but I think I had to figure out something like your brightness threshold a while ago also. If you do this: BrightnessThreshold = max(0.0f, (1.0f / max(0.0001f, (BrightnessThreshold * dot(ALFTexColor.rgb, float3(0.299f, 0.587f, 0.114f)))))); It will make yo...
- 23 Jun 2014, 06:19
- Forum: ENBSeries
- Topic: TES Skyrim
- Replies: 22356
- Views: 6477329
Re: TES Skyrim
Aiyen
No problem, my mistake.
No problem, my mistake.
- 21 Jun 2014, 21:23
- Forum: ENBSeries
- Topic: TES Skyrim
- Replies: 22356
- Views: 6477329
Re: TES Skyrim
Aiyen
Sorry, was it directed at your own screenshots, or my photos? I thought you were talking about mine, and it kind of is hard to hear that it's a waste, but if not then sorry to assume.
Sorry, was it directed at your own screenshots, or my photos? I thought you were talking about mine, and it kind of is hard to hear that it's a waste, but if not then sorry to assume.
- 21 Jun 2014, 21:11
- Forum: Download
- Topic: TES Skyrim 0.254
- Replies: 192
- Views: 74313
Re: TES Skyrim 0.254
I had this problem some time ago, and it was indeed the scripted mods messing up the savegames for me. Starting a new game fixed it.
- 21 Jun 2014, 20:54
- Forum: ENBSeries
- Topic: TES Skyrim
- Replies: 22356
- Views: 6477329
Re: TES Skyrim
I also know that conversion to jpg on low light images is almost just a waste... oh well I guess someone will enjoy them anyways! I only had linux for a while, and there were no raw converters that supported my camera so I had to use jpeg. I am aware of the quality problems with jpeg conversion and...