Skip to main content
Participating Frequently
October 10, 2017
Answered

is there any api for opening AVCHD in adobe premiere pro?

  • October 10, 2017
  • 2 replies
  • 500 views

I am developing a plugin for premiere pro and am using macOS, I am not able to open AVCHD using the showopendialogue API of Adobe, I want AVCHD to be treated as a folder, not a file.

This topic has been closed for replies.
Correct answer Bruce Bullis

It's MacOS that's obfuscating the contents of the directory.

A panel (or ExtendScript) can import the actual .mts file, contained within those obfuscated directories.

2 replies

Participating Frequently
October 13, 2017

s

Participating Frequently
October 13, 2017

Does Adobe provide any API for accessing .mts files?

Bruce Bullis
Legend
October 13, 2017

They can be imported into PPro, like any other file type; we don't offer any API specific to .mts files.

Bruce Bullis
Bruce BullisCorrect answer
Legend
October 10, 2017

It's MacOS that's obfuscating the contents of the directory.

A panel (or ExtendScript) can import the actual .mts file, contained within those obfuscated directories.