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

Trimming selected layers by keyframes, markers, etc. with Automation Blocks?

Explorer ,
Jul 16, 2022 Jul 16, 2022

Hello, is it possible to trim the in, out, or both points of selected layers? Trimming by keyframes, markers, mattes, parent chains, selected layers, and visibility.

Thank you

TOPICS
Scripting
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

correct answers 1 Correct answer

Community Expert , Jul 16, 2022 Jul 16, 2022

That's a great idea!

I just implemented a tool which sets in and out points based on the visibility of the layers.

To figure out, if a layer is visible it

1. checks if the bounding box is inside the comp or entirely outside (only for 2D layers)

2. checks if the scale does not equal 0

3. checks if the opacity does not equal 0

 

I recorded this quick demo video for you:

Translate
Community Expert ,
Jul 16, 2022 Jul 16, 2022

That's a great idea!

I just implemented a tool which sets in and out points based on the visibility of the layers.

To figure out, if a layer is visible it

1. checks if the bounding box is inside the comp or entirely outside (only for 2D layers)

2. checks if the scale does not equal 0

3. checks if the opacity does not equal 0

 

I recorded this quick demo video for you:

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
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
Explorer ,
Jul 16, 2022 Jul 16, 2022

Very exciting and unique feature, thank you.

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
Community Expert ,
Jul 16, 2022 Jul 16, 2022

I implemented a second one now, which

- sets the in point to the first keyframe or marker, which it can find on the layer

- sets the out point to the last keyframe or marker which it can find on the layer

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
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
Explorer ,
Jul 16, 2022 Jul 16, 2022
LATEST

Thank you so much

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