topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 6:37 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Assistance needed with the MiniCap command line  (Read 3874 times)

screenshots

  • Participant
  • Joined in 2013
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
Assistance needed with the MiniCap command line
« on: February 08, 2014, 08:07 PM »
I'm trying to integrate MiniCap into an Auto Hotkey script with the -regioncapture command. Can someone give me an example of using this command, please? Here is what I have:
Run, C:\Program Files (x86)\MiniCap\MiniCap.exe -captureregion 200,200,500,500
I'm guessing the first two numbers should be the top left x and y screen coordinates of the region, and the last two numbers should be the bottom left x and y?
The red MiniCap box pops up, and then I have to manually do the screenshot, instead of it automatically capturing the given region like I want. What am I doing wrong? Thanks in advance for any assistance.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Assistance needed with the MiniCap command line
« Reply #1 on: February 08, 2014, 08:11 PM »
try using spaces instead of comas:

Run, C:\Program Files (x86)\MiniCap\MiniCap.exe -captureregion 200 200 500 500