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

Questions Media encoder change file name adding extra 0(zero)

Explorer ,
May 25, 2023 May 25, 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`
 received result `MPF_Scene_7_Shot_46_Frame_12550.png`

skochkobo_0-1685007167817.png

 

TOPICS
Error or problem , How to
144
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
no replies

Have something to add?

Join the conversation