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

Script move video to another track

New Here ,
Oct 08, 2023 Oct 08, 2023

Hello everyone! Currently, I want to use JavaScript to move selected video clips from track 1 to track 2, but I encountered an error and haven't been able to achieve it yet. Can someone help me with this? Thank you!

TOPICS
SDK
641
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

Adobe Employee , Oct 09, 2023 Oct 09, 2023

trackItem.move() changes the temporal position of a trackItem within a track; it was never designed to move a trackItem, to different tracks. 

Translate
Adobe Employee ,
Oct 09, 2023 Oct 09, 2023

trackItem.move() changes the temporal position of a trackItem within a track; it was never designed to move a trackItem, to different tracks. 

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
New Here ,
Jan 23, 2024 Jan 23, 2024
LATEST

Hi @bbb_999,
I was recently trying to use trackItem.move() property to move a clip across the timeline within the same track but with version 24, I couldn't find the move method in the TrackItem class.
Is there any other way to move clips within the same track?

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