Skip to main content
Dhal_Naka
Inspiring
January 28, 2019
Answered

Save frame as... Via scripting

  • January 28, 2019
  • 3 replies
  • 4075 views

After a long search I have not found the way to reach this. I can't believe adobe doesn't have a scripting way to do this. Have anyone found a way? It would really help to speed up the output process.

I'd like to have one button for still image and another one for sequences.

Cheers!

    Correct answer Dhal_Naka

    What should be the final outcome?

    Do you want to render a composition as image sequence? Do you want to save a frame from serveral comps with one click?

    If the latter, focus on setting a name or renaming the output file with your script.

    If nothing works, there is always the Advanced Renamer. This would be a second pass in your workflow, but you can set up AR to get rid off _[#####] quite easy and it's made for batch processing (not sure, but if it has command line, you can invoke it with your script right out of AE).


    I finally did it!

    At the end I have done it in 3 steps:

    1- I run a first script were I setup the Render Queue setting the correct path and the filename.
    2- I hit Render

    3- I run another script that changes the names of the output files.

    This is that 3rd step.

                var file = new File (totalFilePath); //path of the file + the fileName.fileExtension

                var name = file.name;

                file.rename(name.replace("_00000",""));

    Thanks for your replies.

    3 replies

    Multipasser
    Inspiring
    March 27, 2025

    Oh dang 😞 just upgraded to a Mac Studio M3!    Comp2clip from VC is intel only :((( damn gonna miss this plugin!

    btw the fastest way to get your current frame to a PSD is using 'reference frame' in the content aware fill 🙂

    Byron Nash - INSP
    Inspiring
    February 14, 2023

    Did anyone ever figure out how to correct this? I need to export single frame thumbnails of projects I'm creating with scripting. I can't get the numbers to stay off the filenames. 

    imeilfx
    Inspiring
    January 28, 2019

    If you wish to save frame use Ctrl+Alt+S shortcut. You can also use script from VC called FX Console, you can also use old plugin/script called Comp2Clip. You also have script from Lloid Alvarez called Render Frame at Markers. There is plenty of scripts that help with that.

    Dhal_Naka
    Dhal_NakaAuthor
    Inspiring
    January 29, 2019

    Hi imeflix!

    Thanks for your reply, but no one of those solutions work for me. You can't set up the path and the filename with those methods, and that's what I want to speed up. It's a so simple thing, I can't understand how Adobe has not solve that simple thing yet

    Dhal_Naka
    Dhal_NakaAuthor
    Inspiring
    January 29, 2019

    I thought you could give names and paths with Render frame at markers?


    Maybe you can.... but I refuse to pay 15€ to do such a simple thing, and I don't want to add a marker for each comp just to achieve it. Making walkarounds when it's a basic thing doesn't make any sense to me...