Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Strange noise appears when AE converts 16/32-bit project to 8-bit input — how to avoid it?

New Here ,
Nov 09, 2025 Nov 09, 2025

Hello,
I’m new to After Effects plug-in development.

In my plugin, I need to perform strict RGB value comparisons in an 8-bit environment, so I also want AE to automatically convert input to 8-bit when the project is set to 16-bit or 32-bit color depth.

However, I’ve noticed that when AE automatically converts 16-bit or 32-bit images down to 8-bit for an effect that only supports 8-bit, it introduces subtle noise or dithering artifacts.
I tested several of AE’s built-in “8-bit only” effects and saw the same issue — the colors contain subtle noise, and sometimes the noise even evolves, like in this GIF.

My plugin needs to calculate and output precise HEX color values, and several internal steps depend on exact 8-bit operations and strict RGB comparisons.

So my question is: is there any way to avoid these noise artifacts during AE’s automatic 16/32-to-8-bit conversion?

PixPin_2025-11-10_14-48-38.gif

TOPICS
Error or problem , How to , SDK , User interface or workspaces
74
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 09, 2025 Nov 09, 2025

hmmm... i've never encountered that problem. you could report it as a bug.
i would suggest you let your plug-in accept 16 and 32 bpc inputs as well, and do the conversion to 8 bit yourself.
the users will benefit from having the output be back in 16/32 bpc, and you'll benefit from not having the warning sign next to your plugin...

Translate
Community Expert ,
Nov 09, 2025 Nov 09, 2025
LATEST

hmmm... i've never encountered that problem. you could report it as a bug.
i would suggest you let your plug-in accept 16 and 32 bpc inputs as well, and do the conversion to 8 bit yourself.
the users will benefit from having the output be back in 16/32 bpc, and you'll benefit from not having the warning sign next to your plugin...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines