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

Import plugins

New Here ,
Dec 01, 2006 Dec 01, 2006
Does the AE SDK allow for writing plugins to import new types of video files into After Effects? If so, can someone please help point out the relevant parts from the SDK, or perhaps provide some sample code?
TOPICS
SDK
1.0K
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
Adobe Employee ,
Dec 01, 2006 Dec 01, 2006
LATEST
The relevant samples are IO (for video and audio files), and FBIO (for frame-based formats, or stills).

NOTE: It is not possible to override AE's file handling for subtypes of supported file formats.

So, while you can't take over AVI handling for a specific codec or subtype, you're free to write support for .xyz file format.
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