Skip to main content
Premiopolis
Inspiring
April 30, 2018
Question

Is it possible to use ExtendScript to apply a LUT in AME?

  • April 30, 2018
  • 1 reply
  • 609 views

Is it possible to use ExtendScript to apply a LUT in AME?

The idea would go something like this...

  SourcePath="/Path/To/SourceFile";

  DestPath="/Path/To/DestFile";

  Format="H.264";

  Preset="/Path/To/Preset.epr";

  ThisLut="/Path/To/Lut.cube";

  FrontEnd=app.getFrontend();

  Rslts=ThisFrontEnd.addFileToBatch(ThisSourcePath,ThisFormat,ThisPreset,ThisDestPath);

  Rslts.SomehowAddALut(ThisLut);

    This topic has been closed for replies.

    1 reply

    Known Participant
    March 23, 2022

    Was anyone able to solve this?

    RSArt
    Participant
    March 23, 2022

    Me three...