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

ACES Bugs

Community Beginner ,
May 25, 2023 May 25, 2023

1-When you save an output module it doesn't remember the render color space setting when you reboot your after effects.
2-When you add new aces files to the project it doens't interpret them correctly and even changing the color display input from none to aces/sRGB back and forth dosen't work, it doenst update at all.

AE 2023 version v23.4

Bug Unresolved
TOPICS
Compositing and VFX
247
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
3 Comments
Community Beginner ,
May 25, 2023 May 25, 2023

*P.S.
Opening same file and interpreting them in a new project works just fine. But it is a solution ofc.

Translate
Report
Community Beginner ,
May 25, 2023 May 25, 2023

errata corrige: It is not a solution.

Translate
Report
Adobe Employee ,
Jun 04, 2023 Jun 04, 2023
LATEST

Hi Frederix,

 

Thanks for reporting the issues with Native ACES workflow in AfterEffects.

1. I am surprised, We have fixed the issue and it should be in the build you are working with. There could be a case which is leftout and you are hitting that. Please help to share the detailed steps if possible to reproduce it at our end.

2. With ACES 1.3 OCIO Configuration file we can specify the rules in them to specify the default color space to an imported media. The default rule set the color space to ACE2065-1. User can modify the default rule or can add their own.
e.g. to test, I have added few rules in the ACES1.3 config file as follow:

file_rules:
  - !<Rule> {name: Slog3, extension: "*", pattern: "*S-Gamut3CineSLog3*", colorspace: S-Log3 S-Gamut3.Cine}
  - !<Rule> {name: OpenEXR, extension: "exr", pattern: "*", colorspace: ACEScg}
  - !<Rule> {name: JPEG, extension: "jpg", pattern: "*", colorspace: sRGB - Texture}	
  - !<Rule> {name: Default, colorspace: ACES2065-1}
First rule: Assign color space S-Log3 S-Gamut3.Cine to a file containing this in name
Second rule: assign ACEScg to any .exr file.
Third rule assign sRGB to files with .jpg extension.
Last is the default rule. Hope this helps.
Translate
Report