• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum
    • Categories
    • Recent
    • Popular
    • Tags
    • Register
    • Login

    Feature request: picture from video grabber

    Feature Requests
    10
    26
    7.1k
    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.
    • crystalhorizonC
      crystalhorizon Beta Platinum
      last edited by

      @fred where do I put your plugin?

      Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

      1 Reply Last reply Reply Quote 0
      • crystalhorizonC
        crystalhorizon Beta Platinum
        last edited by

        @fred got it, into the qc path, now it looks like on grahams screenshot. Thank you

        Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

        1 Reply Last reply Reply Quote 0
        • WolandW
          Woland Tech Staff @Fred
          last edited by

          @Fred

          Any chance you still have that Applescript kicking around? I'd love to get my hands on it, provided that you're willing to share.

          TroikaTronix Technical Support
          New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
          TroikaTronix Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
          TroikaTronix Add-Ons Page: https://troikatronix.com/add-ons/

          | Isadora 3.2.6 | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

          FredF 1 Reply Last reply Reply Quote 0
          • FredF
            Fred @Woland
            last edited by

            @Woland long gone, but something like this:

            on run
            set filePath to POSIX path of "/Users/folder_path"
            set theCurrentDate to current date
            set shellCommand to "/usr/sbin/screencapture \"" & filePath & "Screen Shot" & theCurrentDate & ".png\""
            do shell script shellCommand
            end run

            And you can attach this to a folder to watch it and import the files into Izzy

            on adding folder items to this_folder after receiving these_items

            try
            tell application "Isadora"
            import media into document 1 from these_items
            end tell

            on error msg
            display dialog "Error importing file into Isadora: " & msg
            end try

            end adding folder items to

            And to refine it to a specific stage here is a good thread

            http://apple.stackexchange.com...

            http://www.fredrodrigues.net/
            https://github.com/fred-dev
            OSX 10.15.15 MBP 2019 16" 2.3 GHz 8-Core i9, Radeon Pro 5500M 8 GB, 32g RAM
            Windows 10 7700K, GTX 1080ti, 32g RAM, 2tb raided SSD
            Windows 10 Threadripper 3960x 64g ram, 1tb NVME, rtx 2080ti + rtx2070 super

            WolandW 1 Reply Last reply Reply Quote 0
            • WolandW
              Woland Tech Staff @Fred
              last edited by

              @Fred Thanks!

              TroikaTronix Technical Support
              New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
              TroikaTronix Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
              TroikaTronix Add-Ons Page: https://troikatronix.com/add-ons/

              | Isadora 3.2.6 | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

              1 Reply Last reply Reply Quote 0
              • barneybroomerB
                barneybroomer Beta Gold
                last edited by

                Still I think it needs a good actor for this. There is already an movie to disk actor, I need to capture only 1 frame....Still working with Syphon capture and import it into Izzy

                Mac Mini M1 2020 / OSX 11.7
                MacBook Pro 2,3 Ghz Intel 8 core I9 / OSX 10.15.7
                MacBook Pro 2,2 Ghz Intel 8 core I7 / OSX 10.15.7

                and a Motorola DynaTAC 8000X ;)

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