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

Media encoder change file name adding extra 0(zero)

Explorer ,
Mar 22, 2023 Mar 22, 2023

Pseudo code

    const fileName = `${chapterMarker.name.replace(/\s/g, '_')}.png`;
    const outputPath = join(outputDir.fsName, fileName);

    const pngPreset = new File(presetPath);
    app.encoder.encodeSequence(sequence, outputPath, pngPreset.fsName, app.encoder.ENCODE_IN_TO_OUT, 0);

 expected result  `MPF_Scene_7_Shot_46_Frame_1255.png`

skochkobo_0-1679482622704.pngexpand image

 

Bug Unresolved
469
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
2 Comments
Community Beginner ,
Feb 26, 2025 Feb 26, 2025

I just an into this. If you're exporting a still the default is to add a frame number.  There's an option in the Media Encoder settings. See attached!Screenshot 2025-02-26 at 4.08.32 PM.pngexpand image

 

Screenshot 2025-02-26 at 4.16.02 PM.pngexpand imageScreenshot 2025-02-26 at 4.15.53 PM.pngexpand image

Translate
Report
Adobe Employee ,
Feb 27, 2025 Feb 27, 2025
LATEST

I don't get it. Can you show a screen shot of the resulting files and what is wrong?

Translate
Report