Activity › Forums › Adobe After Effects › Automated speech to text layers in After Effects
-
Automated speech to text layers in After Effects
Posted by Luke Batley on May 7, 2019 at 8:03 pmHi
I have a fairly long video I made in after effects that I want to put subtitles on. Now previously I have been adding text layers which is time consuming. Does anyone know of a way to automate the subtitling process or any alternative ways?
Wang Ruixin replied 7 years, 2 months ago 5 Members · 4 Replies -
4 Replies
-
Filip Vandueren
May 7, 2019 at 9:33 pmThe Youtube subtitler tool tries do to a text to speech, you can probably export that data.
-
Ken Quemuel
May 8, 2019 at 2:03 amthis may be helpful, it’s an expression that changes your text layer based on layer markers – goes inside source text of a text layer.
txt = value;
n = 0;
if (thisComp.marker.numKeys > 0){
n = thisComp.marker.nearestKey(time).index;
if (thisComp.marker.key(n).time > time) n--;
if (n > 0) txt = thisComp.marker.key(n).comment;
}
txtin this example, i’m referencing a layer called CASTER01 that has layer markers:
txt = value; n = 0;
if (thisComp.layer("CASTER01").marker.numKeys > 0){
n = thisComp.layer("CASTER01").marker.nearestKey(time).index;
if (thisComp.layer("CASTER01").marker.key(n).time >
time) n--;
if (n > 0) txt = thisComp.layer("CASTER01").marker.key(n).comment; }
txt -
Walter Soyka
May 9, 2019 at 9:27 amYou could use a service like Transcriptive to handle the speech-to-text part:
https://digitalanarchy.com/transcribe-video/transcriptive.htmlThen use one of Premiere’s captions workflows to burn in your captions as subtitles:
https://helpx.adobe.com/premiere-pro/using/working-with-captions.htmlWalter Soyka
Designer & Mad Scientist at Keen Live [link]
Motion Graphics, Widescreen Events, Presentation Design, and Consulting
@keenlive | RenderBreak [blog] | Profile [LinkedIn] -
Wang Ruixin
May 9, 2019 at 11:28 amHi there. If you have to put text on after effect. You should creat a new project to manage your text. And In the final COMP. Put the text comp on your final Comp. you need make sure your text comp is longer enough,then you can cut it
But i am always render the text comp and import to PR soft. Unless you only got few more text. In PR it’s very easy to edit the text layer. Hope that can help you.
https://videohive.net/user/untruelife
Reply to this Discussion! Login or Sign Up