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

Why SDK always generates non-drop-frame clips?

New Here ,
Nov 19, 2013 Nov 19, 2013

Copy link to clipboard

Copied

I've created a sequence in Premiere: NTSC DV, Codec: DV NTSC, 29.97fps, 720x480, Drop-Frame Timecode.

When I try to render a clip with MXF OP1a preset file (DV25 NTSC) by SDK, it always generates non-drop-frame clip.

If I use 'File->Export->Media...' with same preset file, it's drop-frame exactely.

'Drop-frame' seems to be an option from sequence and there is no place to config it in preset settings dialog.

How can I generate drop-frame clip by SDK (exporter controller)?

TOPICS
SDK

Views

1.2K

Translate

Translate

Report

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

correct answers 1 Correct answer

Adobe Employee , Nov 11, 2014 Nov 11, 2014

I understand your question now.

There is no API for Export Controllers to intercept or modify the render parameters, contained in the used .epr file.

Votes

Translate

Translate
New Here ,
Jul 24, 2014 Jul 24, 2014

Copy link to clipboard

Copied

Was there ever any answer on if this was fixed in a later SDK?

Votes

Translate

Translate

Report

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
Adobe Employee ,
Sep 07, 2014 Sep 07, 2014

Copy link to clipboard

Copied

Export Controller exports honor the settings in the .epr file; If the output preset specifies drop-frame timecode, it'll produce drop-frame timecode. If you can reliably reproduce a counter-case, please file a bug.

Votes

Translate

Translate

Report

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
New Here ,
Nov 06, 2014 Nov 06, 2014

Copy link to clipboard

Copied

I also meet the same problem.

I have created a 'Export Controller' plug-in. when export media using this plug-in, and choose the preset 'DV 25 NTSC', MXF OP1a.

Confirm that sequence setting is 29.97 drop-frame.

But export mxf file is always NDF.

However, using Export->Media, and choose MXF OP1a  +  DV 25 NTSC, will export DF mxf file.

Could you help to double check it?

I have check from code,  it will get correct result (DF or NDF) after call function 'GetTimecodeDropFrame' in 'Sequence Info Suite' , so what's the problem would be?

Thanks,

Iris

Votes

Translate

Translate

Report

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
Adobe Employee ,
Nov 06, 2014 Nov 06, 2014

Copy link to clipboard

Copied

The output timecode format is determined by the output preset settings, not the sequence settings.

If either of you can provide an .epr file (output preset) targeting a format using drop-frame timecode, which produces NON-drop-frame timecode when rendered, we'd really like to see that .epr file.

Votes

Translate

Translate

Report

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
New Here ,
Nov 09, 2014 Nov 09, 2014

Copy link to clipboard

Copied

Do you mean when we use the menu 'Export->Media', it will load some sequence setting into .epr file, because for export 'DV 25 NTSC' mxf file, I think it is using the same system preset file 'DV 25 NTSC.epr' no matter it is DF or NDF.

However in my export controller plug-in, I missing the operate that overwrite some parameter in preset file to reflect the sequence setting like DF or In\Out position ?

If yes, is there any document to introduce the preset file structure or parameter?

(Additional, in my plug-in, I am using system preset that locate at  Premiere Pro CC 2014.app\MediaIO\systempresets\58444341_4d584658\DV 25 NTSC.epr)

Votes

Translate

Translate

Report

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
Adobe Employee ,
Nov 11, 2014 Nov 11, 2014

Copy link to clipboard

Copied

LATEST

I understand your question now.

There is no API for Export Controllers to intercept or modify the render parameters, contained in the used .epr file.

Votes

Translate

Translate

Report

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