Add .srt subtitles

I'd like to add .srt subtitles to a .avi movie. Anyone know how to convert .srt to a Premiere Elements compatible format? .. or would Encore be a better way to go?

Steve,
Encore can work with true Sub-Titles (and also Closed Caption, which is similar, though different), and can use most common Sub-Title text formats.
For specific Encore questions, including Sub-Titles, the Encore Forum is a great place.
Good luck,
Hunt

Similar Messages

  • Add srt subtitle to itunes movie?

    Hi everyone,
    Is there anyway to add an external subtitle (.srt) to a movie downloaded (and playing) in itunes?
    Thanks,

    IAddSubs - http://www.btobits.de/btobits/iAddSubs.html - play subtitles file while movie is playing in iTunes
    I want to add subtitles (srt files) to my movies .... - https://discussions.apple.com/thread/3323061

  • AS3 SRT Subtitle in SWF

    Hi all,
    I've been looking at some tutorials in how to add SRT subtitles in flash. I found this grea article in base42 but i'm not finding a way to make it work can anyone give me a hand in how this works?
    PLS HELP!!!
    Let's say I have 4 files
    movie.fla (movie.swf)
    // I need to make the subtitle SRT show on the textBox_txt during my animation (timeline)
    textBox_txt.text = subtitle.srt
    subtitle.srt
    1
    00:00:20,000 --> 00:00:24,400
    In connection with a dramatic increase
    in crime in certain neighbourhoods,
    2
    00:00:24,600 --> 00:00:27,800
    the government is implementing a new policy...
    SubtitleParser.as
    package nl.inlet42.data.subtitles {
          *     @author Jankees.van.Woezik
         public class SubtitleParser {
              public static function parseSRT(data : String) : Array {
                   var result : Array = new Array();
                   var lines : Array;
                   var translation : SubTitleData;
                   var blocks : Array = data.split(/^[0-9]+$/gm);
                   for each (var block : String in blocks) {
                        translation = new SubTitleData();
                        lines = block.split('\n');
                        for each (var line : String in lines) {
                             //all lines in a translation block
                             if(trim(line) != "") {
                                  if(line.match("-->")) {
                                       //timecodes line
                                       var timecodes : Array = line.split(/[ ]+-->[ ]+/gm);
                                       if(timecodes.length != 2) {
                                            trace("Translation error, something wrong with the start or end time");                                   
                                       } else {
                                            translation.start = stringToSeconds(timecodes[0]);
                                            translation.end = stringToSeconds(timecodes[1]);
                                            translation.duration = translation.end - translation.start;
                                            if(translation.duration < 0) {
                                                 trace("Translation error, something wrong with the start or end time");                                   
                                  } else {
                                       //translation line
                                       if(translation.text.length != 0) line = "\n" + trim(line);
                                       translation.text += line;
                        result.push(translation);
                   return result;
              public static function trim(p_string : String) : String {
                   if (p_string == null) {
                        return '';
                   return p_string.replace(/^\s+|\s+$/g, '');
               * Convert a string to seconds, with these formats supported:
               * 00:03:00.1 / 03:00.1 / 180.1s / 3.2m / 3.2h / 00:01:53,800
               * Special thanks to Thijs Broerse of Media Monks!
              public static function stringToSeconds(string : String) : Number {
                   var arr : Array = string.split(':');
                   var sec : Number = 0;
                   if (string.substr(-1) == 's') {
                        sec = Number(string.substr(0, string.length - 1));
                   }else if (string.substr(-1) == 'm') {
                        sec = Number(string.substr(0, string.length - 1)) * 60;
                   }else if(string.substr(-1) == 'h') {
                        sec = Number(string.substr(0, string.length - 1)) * 3600;
                   }else if(arr.length > 1) {
                        if(arr[2] && String(arr[2]).indexOf(',') != -1) arr[2] = String(arr[2]).replace(/\,/, ".");
                        sec = Number(arr[arr.length - 1]);
                        sec += Number(arr[arr.length - 2]) * 60;
                        if(arr.length == 3) {
                             sec += Number(arr[arr.length - 3]) * 3600;
                   } else {
                        sec = Number(string);
                   return sec;
    SubTitleData.as
    package nl.inlet42.data.subtitles {
         public class SubTitleData {
              public var text : String;
              public var start : Number;
              public var duration : Number;
              public var end : Number;
              public function SubTitleData(inText : String = "",inStart : Number = 0,inDuration : Number = 0,inEnd : Number = 0) {
                   text = inText;
                   start = inStart;
                   duration = inDuration;
                   end = inEnd;
              public function toString() : void {
                   trace("nl.inlet42.data.subtitles.SubTitleData");
    Thansk a lot!!!

    Since you mention AS3 in the subject line, wouldn't it be more logical to ask the question in the AS3 forum?

  • Add fixed .SRT subtitles to a video?

    Hi guys.
    Is there a way i can add a subtitle .srt or any other format (fixed) to a movie using premiere elements 8?
    I really need that feature!
    thanks

    Thanks for the reply.
    Um using right now two softwares.
    Cyberlink Power Director Ultra 8 and Premiere Elements 8.
    Cyberlink Power Director Ultra 8 supports it, but doesnt support Italic or Bold the .srt file must be edited before use it.
    I burned lots of mp4s with embedded subtitles on it.
    Since i have problems using both due to shared files used by them, gonna uninstall APE8.
    Sorry Adobe maybe next time!
    Thanks.

  • Is possible to add .srt subtittles to a movie, so then i can turn it on or off by pressing the "language button"?

    Hey!, I really like to download live performances, or simply just movies that are not available on itunes, and i like to have them in order, with all its stuff, but some of them need subtittles, and i want them to be exactly like the other purchased movies i have.
    I want to be able to activate and desactivate the subtittles, i don't know if this is possible, so i wanted to know, because everytime I try to find more about my question, i just get info that is only for people that has mac computers, please help!, Thanks!

    I developed a Mac App called Subtitle Writer. That's for adding SRT subtitle to Mov, M4V, MP4 and 3GP movies. It's available on Mac App Store.
    https://itunes.apple.com/us/app/subtitle-writer/id889582450?ls=1&mt=12
    With Subtitle Writer, it’s a snap to add subtitle track to your movie and video. Of course, it’s working for iPad and iPhone movies. You can easily watch multi language subtitled movie on your Mac, iPhone and iPad. It’s not hard coded and no video quality loss. You can turn the subtitle on or off. You can even extract the subtitles to a SRT file by using SRT Extractor on Mac App Store.
    Visit http://www.finalsub.com/subtitlewriter.html to learn more before you buy it.
    -Mov, m4v, mp4, 3gp are supported. iOS video format supported.
    -Soft coded subtitle. No video quality loss.
    -SRT file needed.
    -Multiple subtitle tracks burn to video at one time.
    -Choose language for Quicktime X auto language detection.
    -Mac OS 10.9 or above.
    -Use Quicktime X to toggle CC on on Mac to see the subtitles.
    -Turn on Closed captions on iPhone and iPad to see the subtitles.
    -You can Download SRT Extractor to extract the subtitles from video.
    -You can download SRT Edit to make new SRT file or edit an existing SRT file.
    Important Notice:
    -This Subtitle Writer Version 1.0 only support Quicktime Player X. Quicktime Player 7 is not supported to see the subtitle track.
    -If you want to add subtitle for iOS compatible video, make sure your video format is ready for iOS devices. If not, please use video converter to make it iOS compatible. Then add subtitles to the video.
    -On iOS device, please turn the Closed Captions on by Settings->General->Accessibility->Subtitles & Captioning ->Closed Captions+SDH.

  • Add iPod subtitles to a mp4 video?

    I have some mp4 format movies on my PC with *.srt subtitles for them, so i want these videos on my iPod with these subtitles. I know how to merge the subtitles to the video, but I want to know how to add subtitles to a video that can be switched on or off at the time video plays on the iPod. Do any one know how to do it?

    It haves the option to add subtitles, but then won't work, this is very common
    And the standard edition of mediacoder doesn't create compatible videos with ipod, but mediacoder ipodtouch/iphone edition does it
    I read something about subtitles must be converted in "line-21" format, but nobody knows more about it.
    other way is to force subtitles into the video(embed them within the encoded video). Anybody knows how to do it?
    Message was edited by: dmdevotee

  • How to create SRT subtitle files?

    Hi. I created some movies in iMovie and published them to iTunes, where they appear as "QuickTime movie files". I want to add subtitles to these movies, and to some m4v movies. I know how to use iSubtitle to add subtitles to a movie, but that is when I already have an SRT subtitles file. I do not know how to create an SRT subtitle file from scratch. Does anyone know what product / editor to use to create SRT files? Thank you

    I found out the Max TextEdit software can be used for this ...

  • Multi-line .srt subtitle support?

    I've got a foreign language film .m4v with soft-embedded .srt subtitles. (I used Subler to add the .srt track) In subtitle editors like Jubler, the subtitles are spanned across two lines. These display as two lines of dialogue in Quicktime in 10.6.2, but on my AppleTV (v 3.0.2) they display as one line, so the text ends up getting truncated with "..." on the end.
    So for example:
    In QT:
    A brave man sheds blood
    before he sheds tears.
    In ATV:
    A brave man sheds blood before he sheds ...
    Am I using the wrong character to do a "newline"?

    Anyone? Nobody else has used multi-line subtitle tracks?
    Should I be submitting this to Apple Bugs?

  • How to add srt directly to itune without convert the video?

    Dear Sir/Madam
    I recently add a movie into the itune. Since the movie is speaking in different language from english, I find myself very hard to understand. The video does have an srt file for me for subtitle but without convert the movie, it wont allow me to add the subtitle to the movie. I dont like to convert the movie because it always make the resolution fall and look really bad from the orginal. Is there any way that I can add the srt file to the movie in itune ? Please help me out...
    Sincerly
    Justin P
    PS: Thank you very much

    Follow the instructions fer for manually managing music and videos.
    Using iPhone, iPad, or iPod with multiple computers

  • Avi+SRT subtitles on Apple TV ...and more.

    Hi,
    3 questions (hope it´s not too much):
    1.
    I would like to read Avi+SRT subtitles on Apple TV without further convertion.
    Does anybody use this or other solution with good results?
    <Edited by Moderator>
    2.
    Is it true that current Apple Tv do not support Full HD video 1920x1080?
    3.
    Will I be able to play Blu-ray films from my computer BR player with Apple TV?
    Thanks very much.
    Regards
    L.

    Hi,
    thanks for the quick replies.
    So sorry if I asked for something that it´s not "proper" for this forum, but they say:
    "The aTV Flash is a software upgrade that will greatly enhance the functionality of the Apple TV. The software is simple to install, and requires no modification or tricky coding. The software can be easily removed at any time, and it will NOT void the warranty."

  • Add arabic subtitles with Premiere cs5

    Hi to all, I need to add arabic subtitles to a video, but I have problems when I copy and paste the text from a PDF file. When I copy each sentence, what it is finally pasted is different, so I do not know what to do.
    Can someone help me please? Do I need additional software or pluggins?
    Thanks

    You've posted in the Premiere Elements forum. PRE cannot add true subtitles to a project. The text you add will always be on show.
    If it is Premiere Pro you should repost your problem in this forum: Premiere Pro CS5 & CS5.5
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • How do you add english subtitles in iMovie '08?

    In iMovie, I want to add english subtitles, however I have no idea how to do it. Can you help me in details? and i in a hurry.......

    Don't think that would work. Since my "system date" is already set at 2007. I have 2 imports, one has the year as 2048, and the other at 2016!! I don't know where they are getting these dates from, but they are not the system date.
    Were the files imported directly from a camcorder or from files already on your hard drive? In the first case the year may have been taken from the time "stamp" recorded when the footage was shot (which may or may not have been correctly set by the user). On the other hand, files imported from the hard drive seem to be keyed to the date the imported file is written to the "Events" folder which, of course, reflects the current system time/date setting. That's why I said you had to then import (re-import) the files from a hard drive source -- i.e., to ensure the DTG would be re-written.

  • Adding SRT subtitles to FCPX or FCP7 timelines

    I made an App called Final SRT for importing SRT subtitle to Final Cut Pro X or Final Cut Pro 7. Many people had been asking for this for a long time. You can buy it from Mac App Store.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.
    <Edited by Host>

    Actually, I've been playing around with the new Closed Caption Importer component
    http://developer.apple.com/samplecode/ClosedCaptionImporter/index.html
    I like the look of it and it just needs to be fleshed out to be more user friendly for the creation of captions, but it's following a standard that allows the captions to be inside the movie file. (Some of the tools I've found convert .scc to .srt.. with QuickTime able to read the .scc, it should make it easier)
    Message was edited by: Kyn Drake

  • How can I convert video with srt subtitles?

    If I have an avi plus an .srt subtitles file, how can I convert this to play on the iPad?
    If, on my iMac, I use Quicktime, I can save the avi as .mov with hard subs.  But when I convert this .mov to mp4, the subtitles disappear.

    Why go to all the trouble of converting? Why not just download an app that can play .avi files with subtitle support?

  • Convert .srt subtitles

    How do I convert a .srt subtitle file to import into DVDSP4? I'm new to using subtitles and have no idea how they work. All I know is I have the movie imported fine, but I was given subtitles as a .srt file. What do I do? Any help is greatly appreciated.
    Thanks all

    After some research, I found a nice program that will import the srt file (TitleLAB). I then export it for DVD Studio Pro. However, when I go to import it to my project, DVD SP says
    "No corresponding subtitles found.
    The video asset timecode may not correspond with the timecode specified for the subtitles in the import file or the file is invalid."
    This doesn't make sense to me. What can I do, or what am I doing wrong?

Maybe you are looking for

  • PC Sync to N95 with Outlook very slow

    Hey There I'm using the latest PC Sync on Windows XP Pro to sync with my N95 with the company Exchange/Outlook 2007. It seems as though PC Sync is synching the whole calendar and contacts every time (2000+ items). We're talking so long that, if I'm w

  • BT Hub 4 Infinity package 2 and CCTV 37777 & 80,...

    hi i have set up the port forwarding on the Hub and tried using PF config  i get the message port open but timed out  for ports 37777 and 80    but 8081 ran okay port open on three different programmes. have suspended firewall on norton 360 and tried

  • Unable to see SAP standard table in HANA Studio

    Hello Experts, I have  requirement to built calculation view of SAP Standard Table like BSEG, BKPF table but i am unable to view this table in Catalog view in HANA Studio. Do i require any authorization or configuration to be done to view this table

  • Installing Windows XP professional and F6 (3rd party SATA drivers)

    Forgive me if this is answered somewhere. I found a posting that was close but not quite the same, or maybe it is. This is  my first system I have put together so please excuse the newby status.  I am Using the K8T Neo2  motherboard (Via Tech VT8237

  • Photoshop CS6 how to change new behavior of line tool?

    After upgrade to CS6 the line tool behaves differently  than I was used to. Now it´s doing something like auto-align. I don´t know how to describe it exactly, but when I´m trying to do lines in small angle it´s impossible, because the tool is always