• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    Subtitles / Supertitles

    How To... ?
    9
    26
    19563
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      moritz2104 last edited by

      Hi together, 

      I found a [threat](http://forum.troikatronix.com/forum/Isadora_C2/User_Patches,_Tips_%26_Tricks_F7/Text_to_OSC_P13708/) in the old forum. There's an app called text_osc which looks exactly like what i'm looking for, but doesn't run properly on my machine. (osX10.8, 2,4 GHz, i7)
      And apparently _guru_ Mark is working on something to read unicode text files in Isadora !?.... coming soon? I think it's about time... ;-)
      Nick, what do you mean "so I used processing to read plain text files" - what kind of processing? Maybe my english sucks here...
      For everybody with the same issue - this thread is going to bring some light into the dark very soon!  -  (this just to encourage myself)
      Moritz
      1 Reply Last reply Reply Quote 0
      • simon
        simon last edited by

        http://processing.org/
        1 Reply Last reply Reply Quote 0
        • M
          moritz2104 last edited by

          Hey Nick,

          if it doesn't bother you, could you dig out the code for me?
          Thanks Simon for the link - real cool, another program to learn! Yehaa.
          Best, Moritz
          1 Reply Last reply Reply Quote 0
          • N
            nick last edited by

            Hi Moritz

            Heres the quartz composer patch and an isadora patch that used it. you need the core video izzy version to use it. The quartz composer patch still works, but isnt working in isadora - dont know why and dont have the time to dig. is there anything thats changed in quartz composer support?
            Had to zip the quartz and xml file to get them to upload.
            basic xml loading needs to be at the root drive level
            example izzy patch has a control panel for cueing the subtitles (but does not seem to work at the moment  as I said)

            c2109a-basic-xml-loading.xml.zip e925a0-subtitles.izz 6aaf77-izzy-with-numbers.zip

            MacBook Pro 11.5.2

            1 Reply Last reply Reply Quote 0
            • N
              nick last edited by

              this one does work - dont know why the other doesnt . This uses same xml file. Picture needs to be added to quartz input to get the patch to processe79846-subtitle-basic.zip 6c94ec-basic-works.izz

              MacBook Pro 11.5.2

              1 Reply Last reply Reply Quote 0
              • N
                nick last edited by

                the processing app does lots of other things as well (talking to an arduino board, sending tweets from the show), so I've made something really basic that will show you how to do it.

                subtitles.txt needs to be at root level again
                in the quatrz xml file   produces a new line in isadora, doesnt work through the processing route ( gets displayed)

                so quartz can make multiple lines in isadora from a single entry, but the xml fileis more fiddly to edit

                processing works from a plain text file, but dont know a way to simply produce multiple lines in isadora

                processing example includes source file, you will need the oscp5 library to work with the source in processing

                8a0b34-subtitles.txt 840ad7-application.macosx.zip

                MacBook Pro 11.5.2

                1 Reply Last reply Reply Quote 0
                • N
                  nick last edited by

                  oh and heres an izzy actor that works with the processing sketch (izzy osc port needs to be set to 1234 - this is the default setting, so if youve never changed it then there is nothing needs doing) e204ae-subtitles.iua

                  MacBook Pro 11.5.2

                  1 Reply Last reply Reply Quote 0
                  • N
                    nick last edited by

                    it would be fairly easy to write a processing sketch that read multiple lines - until it sees an empty line - these lines could each be sent over seperate osc channels - stepping to the next line would be easy, jumping about to different points in the text would be hard (you wouldnt know what number line it was in the file, as each block could be a different size).

                    blablablablablabla sent on /isadora/1
                    blablablablablabla _first block  _sent on /isadora/2
                    blablablablablabla sent on /isadora/3
                    blablablablablabla sent on /isadora/1
                    blablablablablabla _second block _sent on /isadora/2
                    blablablablablabla _third block ..... _sent on /isadora/1
                    let me know if you are interested in anything like that and we should maybe talk off the forum

                    MacBook Pro 11.5.2

                    1 Reply Last reply Reply Quote 0
                    • A
                      Alexserrano last edited by

                      Does anybody if it's possible to work with a srt (subtitles) archive with any Isadora plugin?

                      The point is that I want to project subtitles but synchronized with a timecode…
                      1 Reply Last reply Reply Quote 0
                      • jhoepffner
                        jhoepffner last edited by

                        Personaly, I use a quicktime text movie, you can use belle-nuit subtitle software to translate .srt to quickTime text and then QuickTime 7 pro to obtain a QT movie. You can also write the QT text yourself, using text edit.

                        Played in Isadora, you can activate the text track and use text/draw actor to screen it.
                        If you need to slave it to entering timecode, as MTC, you can use MTC reader.
                        I send you a patch in Isadora (pre-release version), with subtitles in text and QT.
                        A little bit easier…
                        Hope that helps,
                        jhoepffner

                        e06b98-testsubtitles.zip

                        Jacques Hoepffner http://hoepffner.info
                        GigaByte 550b / Ryzen 7 3800X / Ram 64 Go / RTX 3090 24 Go / SSD 2 To / raid0 32 To
                        MBP 13' i5 2.6 Ghz 16 Go / Intel Iris / macOs 10.11.6 / izzy 2.6.1 + 3.0.3b2
                        MBP 15' i7 2.6 Ghz 16 Go / GTX 650M 1Go/ MacOs10.13.3 / Izzy 2.6.1
                        MSI GS65 i7 3.6 Ghz 32 Go / GTX 1070 8 Go / Windows 10 / Izzy 3.0.3b2

                        1 Reply Last reply Reply Quote 0
                        • jhoepffner
                          jhoepffner last edited by

                          Hello,

                          I just work on a subtitle reader, very easy to use, with the great help of ReadTextFromFile.
                          I join a sample with a text. Feel free to use and correct it.
                          You need the real file path, not relative (use terminal to find it).
                          The text file must be encoded in Mac Os Latin with Unix line breaks
                          Each ST is 3 lines, first empty or with for italics, second with text, third with text or empty.
                          Hope that help,
                          Jacques Hoepffner

                          18dfcf-streader.zip

                          Jacques Hoepffner http://hoepffner.info
                          GigaByte 550b / Ryzen 7 3800X / Ram 64 Go / RTX 3090 24 Go / SSD 2 To / raid0 32 To
                          MBP 13' i5 2.6 Ghz 16 Go / Intel Iris / macOs 10.11.6 / izzy 2.6.1 + 3.0.3b2
                          MBP 15' i7 2.6 Ghz 16 Go / GTX 650M 1Go/ MacOs10.13.3 / Izzy 2.6.1
                          MSI GS65 i7 3.6 Ghz 32 Go / GTX 1070 8 Go / Windows 10 / Izzy 3.0.3b2

                          1 Reply Last reply Reply Quote 0
                          • Bodo
                            Bodo last edited by

                            Hello jhoepffner,

                            great tool the STreader - can you explain how to find the real file path of the textfile in the terminal - i took the path from the finder and put it in the -trigger text- actor - but like you said it doesn`t work

                            thank you!
                            ciao Bodo

                            MacPro Late 2013 OSX 10.13., Izzy 2.6.1

                            http://studio6.berlin

                            1 Reply Last reply Reply Quote 0
                            • jhoepffner
                              jhoepffner last edited by

                              Hello Bodo,

                              You open the terminal, you drag and drop the file in the terminal, it give you the full path of your file.
                              Copy and paste.
                              That's all…
                              Jacques

                              Jacques Hoepffner http://hoepffner.info
                              GigaByte 550b / Ryzen 7 3800X / Ram 64 Go / RTX 3090 24 Go / SSD 2 To / raid0 32 To
                              MBP 13' i5 2.6 Ghz 16 Go / Intel Iris / macOs 10.11.6 / izzy 2.6.1 + 3.0.3b2
                              MBP 15' i7 2.6 Ghz 16 Go / GTX 650M 1Go/ MacOs10.13.3 / Izzy 2.6.1
                              MSI GS65 i7 3.6 Ghz 32 Go / GTX 1070 8 Go / Windows 10 / Izzy 3.0.3b2

                              1 Reply Last reply Reply Quote 0
                              • J
                                Javier last edited by

                                Bonjour Jacques,

                                J'ai un projet de théâtre en multi-écran/ sous titres mais je ne comprend pas l'histoire avec le terminal et le real file path.
                                J'utilise ISADORA 10.5.3 en pre release et version démo.
                                Lorsque j'ouvre l'actor cette fenêtre apparait .
                                Merci pour l'aide , je suis débutant ...
                                Translated by @skulpture
                                _I have a project of multi-screen theater / subtitles but I do not understand the story with the terminal and the real file path. _
                                _I use 10.5.3 ISADORA in pre release and demo. _
                                _When I open the actor window appears. _
                                _Thank you for the help, I am a beginner ..._
                                Xavier
                                1 Reply Last reply Reply Quote 0
                                • jhoepffner
                                  jhoepffner last edited by

                                  Bonjour Xavier,

                                  le terminal est utilisé pour connaitre le chemin exact du fichier texte (à partir de la racine du système), p.e. "/Volumes/Saisies33/Lenio/Lenio01bis.txt" et non le chemin relatif qui serait à partir du document Isadora "Lenio01bis.txt", si le fichier texte est dans le même dossier que le fichier Isadora.
                                  Sinon, quelle fenêtre apparait?

                                  A part cela mon example est un prototype, à adapter à son propre usage et au formatage de texte personnel…

                                  Hello Xavier,
                                  Terminal is used to know the exact path of the text file (from the system root), like "/Volumes/Saisies33/Lenio/Lenio01bis.txt" and not the relative path from the Isadora file like "Lenio01bis.txt"
                                  What window appears?
                                  Be carreful, my proposition is a prototype, it's necessary to adapt it for your needs.

                                  What is your language, french or english?

                                  Jacques

                                  Jacques Hoepffner http://hoepffner.info
                                  GigaByte 550b / Ryzen 7 3800X / Ram 64 Go / RTX 3090 24 Go / SSD 2 To / raid0 32 To
                                  MBP 13' i5 2.6 Ghz 16 Go / Intel Iris / macOs 10.11.6 / izzy 2.6.1 + 3.0.3b2
                                  MBP 15' i7 2.6 Ghz 16 Go / GTX 650M 1Go/ MacOs10.13.3 / Izzy 2.6.1
                                  MSI GS65 i7 3.6 Ghz 32 Go / GTX 1070 8 Go / Windows 10 / Izzy 3.0.3b2

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    Javier last edited by

                                    Hi Jacques,

                                    Thanks for your answer .
                                    When i open the STreader a window appeared ( Locate missing File)
                                    and  then these window in attached file .
                                    I don't understand how you put the text file in isadora .
                                    Regards
                                    (i am french)

                                    f207da-capture-ecran.tiff

                                    1 Reply Last reply Reply Quote 0
                                    • DusX
                                      DusX Tech Staff last edited by

                                      @Javier
                                      The texture actors listed are something you can ignore, simply replace themm with standard Movie Player / Projectors.
                                      However the ReadTextFromFile actor is a custom actor available as a download in the forum here. 
                                      http://troikatronix.com/troikatronixforum/discussion/comment/5466

                                      I have used this plugin and it works well for me.

                                      Troikatronix Technical Support

                                      • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
                                      • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
                                      • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

                                      Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post