Skip to main content
Inspiring
November 1, 2024
Answered

Generate transcribe from video using the ExtendScript

  • November 1, 2024
  • 1 reply
  • 967 views

Hi,

    I want to generate transcript from video by manually (go to window tab -> text -> and click on transcribe) then transcript will be created but I want to do the same thing via CEP extension/ extendscript.

I found the project object and get the sequences from project vai scripting but not getting any method to extract text same like manual I have done. and also I checked that can I do through the SDK C++ plugin. 

Can anyone help me out.

Thank you

Correct answer Bruce Bullis

There are no APIs around captions or transcription. Those will have to wait until PPro officially ships UXP extensibility; no dates available.

1 reply

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
November 1, 2024

There are no APIs around captions or transcription. Those will have to wait until PPro officially ships UXP extensibility; no dates available.

Inspiring
November 3, 2024

Hi @Bruce Bullis ,

 

   You means that adobe will provide API when they relaeses UXP for PPro.

    Adobe have implemented this thing in manual way but they used API to extract text or generate transcriptions so what API or method used by Adobe for caption or transcriptions.

 

Thanks