• 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

    Best way for cues with in and out frames

    How To... ?
    6
    11
    3002
    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.
    • DusX
      DusX Tech Staff last edited by

      Try wrapping the actors you want to limit in an user-actor and only publishing the inputs you wish to have snapshot record.

      (also, you can set actors to ot be included in the snapshots. not sure if you have seen that as well)

      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
      • dbini
        dbini last edited by

        have you tried running 2 Movie Players - one for playback and one waiting for the next cue? that way you can trigger the start point on the second Movie Player while it is still static, and then trigger it to start playing and use a Video Mixer to switch the signal. I would be tempted to set up each cue on a different Movie Player and trigger them individually, maybe cut the video up beforehand.

        John Collingswood
        taikabox.com
        2019 MBPT 2.6GHZ i7 OSX15.3.2 16GB
        plus an old iMac and assorted Mac Minis for installations

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

          Thanks for the answers

          @DusX I thought about that for the movie player, which I just want to snapshot the play start and play length inputs.
          I've been having trouble because the movie index number is also in the snapshot, and if I add some videos before the one I'm using, I have to redo all the snapshots (I'm using a get media index connected to the movie select input but the snapshot is getting the priority).
          In the end maybe using snapshots is not the good tool for me...
          @dbini Yes I guess I'm going to try with 2 or 3 movie players, that could work! Then I could use my "old" technic...
          I'll try that out
          Thanks for your time guyz

          MBP 15" end 2013 / i7 2,3Ghz /NVIDIA GT 750M 2048Mo / 16Go RAM / OS 10.10.3
          Razer Blade 15" 2018 /i7/ GTX1070/ 16Go RAM

          1 Reply Last reply Reply Quote 0
          • Michel
            Michel Izzy Guru last edited by

            @Maxime

            well if you connect the "get media index" actor to a "Set Global Values" actor and place a "Get Global Values" actor inside the user actor then "Disable Actor Snapshot" for "get media index" and for "Set Global Values" the snapshot will not change the movie playing.
            Best Michel

            Michel Weber | www.filmprojekt.ch | rMBP (2019) i9, 16gig, AMD 5500M 8 GB, OS X 10.15 | located in Winterthur Switzerland.

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

              @Maxime

              You could use another 'place holder' actor to pass in the Movie ID.
              For example if you put the movieplayer in an user actor then published the Movie ID, and start and stop inputs.
              You could add a 'absolute value' actor (or a placeholder useractor.. I have one for every data type.. that just connects an input to an output). This actor could then be set to not be included in the snapshots.

              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
              • jhoepffner
                jhoepffner last edited by

                Hello,

                I think I can propose you a more streamlined way with data array, including the possibility to choose time or position and to store (and edit) the cues externally.
                I hope it's easy to understand.
                Made with the last 2.5 beta version
                Jacques

                dcd5ff-cues01.jpg 2fbf6e-cue01.izz

                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
                • Maxime
                  Maxime last edited by

                  Thanks everybody for these nice ideas and suggestions!

                  Jacques, I've never used somehow the data array actor before and was really interested by its possibilities.
                  It looked like it could play the role of a snapshot, but recalling only the parameters I wanted to (and the external text file is a really good feature).
                  But for my main concern which is going from one cue to another with an "in" and "out" frame this actor is not working.
                  I've found that the most efficient way to do this for the video player is to set the in point in the "position" parameter and the out point in the "play length" parameter.
                  If I do that using snapshots, it works perfectly, but if I pass the values using the data array actor, the position becomes then relative to the "play length" value and my in point is not correct.
                  There's probably some work around but since I want to end up with an actor where I can easily explore the video to set my cues and save it, it seems that snapshots may work better.
                  In the end, I've created, as suggested, a user actor with a movie player which is snapshot disabled and a "get global values" to set the video file. I edited only the parameters i needed, and snapshot this user actor.
                  I placed this little patch in separated scene that I can activate and deactivate so I can change everything else without having to update every snapshot :)
                  I guess it's a mixture of many suggestions :)
                  Working fine so far
                  Thanks again

                  MBP 15" end 2013 / i7 2,3Ghz /NVIDIA GT 750M 2048Mo / 16Go RAM / OS 10.10.3
                  Razer Blade 15" 2018 /i7/ GTX1070/ 16Go RAM

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

                    Hello,

                    I think its easy to add the end cue position in data array… But I haven't the time to do it now.
                    happy that something is working for you.
                    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
                    • JJHP3
                      JJHP3 last edited by

                      Jacques

                      I am interested in your array example, but I can't open it with my 2.4.5b10 version as it says yours "...was created in a newer version." Something coming soon, or I screwed up?
                      Thanks, John

                      MBP'21- M1-Max; Sonoma 14.7; Isadora: 4.0.7 (ARM) ---- artwork: terragizmo.net

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

                        made with the 2.4.5b20…

                        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
                        • First post
                          Last post