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

How do I import a file as a subclip?

New Here ,
Apr 23, 2013 Apr 23, 2013

Copy link to clipboard

Copied

In my panel, I have representations of clips and subclips from an external system. So far I can only see how to import an entire video into Premiere. Is it possible to import a subclip?

To import an entire video, I currently do the following:

Premiere.app.project.importFiles(["/path/to/file.mov"]);

I see the importFiles() takes a generic Object. Is there a struct that I can use for defining mark-in/mark-out points for this imported video?

TOPICS
SDK

Views

1.1K

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 , Apr 24, 2013 Apr 24, 2013

No, but...

If the file contains XMP metadata defining sub-clips (created in Prelude, for instance), those will be available in PPro.

You can also create a sequence in FCP XML, and import that.

[Feel free to write me directly for panel development help.]

Votes

Translate

Translate
Adobe Employee ,
Apr 24, 2013 Apr 24, 2013

Copy link to clipboard

Copied

No, but...

If the file contains XMP metadata defining sub-clips (created in Prelude, for instance), those will be available in PPro.

You can also create a sequence in FCP XML, and import that.

[Feel free to write me directly for panel development help.]

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 ,
May 16, 2013 May 16, 2013

Copy link to clipboard

Copied

Did creating a sequence, and importing that, help?

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 ,
May 18, 2013 May 18, 2013

Copy link to clipboard

Copied

Thanks for pinging back.

My priorities got pulled in a different direction for a while, but I'll probably be picking up this task again soon.

I'm not  able to set XMP data in the media, so I'll be going the way of generating FCP XML. Is there an XSD available that I can use to guide me in the XML structure? If not and I use Premiere's exported FCP XML as a template, can I trust that it will import correctly into FCP7 and FCPX?

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 ,
May 19, 2013 May 19, 2013

Copy link to clipboard

Copied

LATEST

For the XML structure, see Apple's spec for guidance, but yes, using PPro-generated FCP XML as a template is a good approach.

To the extent that FCPX supports FCP7 XML (I don't know what that extent is), yes, it should import correctly.

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