logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
kjones9999  
#1 Posted : Sunday, February 26, 2017 12:07:38 PM(UTC)
kjones9999

Rank: Advanced Member

Groups: Registered
Joined: 8/20/2014(UTC)
Posts: 388

Thanks: 29 times
Was thanked: 78 time(s) in 50 post(s)
This is an embarrassingly simple piece of software written with AHK that will countdown anytime up to an hour and automatically start recording (provided that recording has been setup) when the timer reaches zero. It will then start to count up. The window can be re positioned and ESC closes. It works off the web api, so it will open a window.

I am sure there is another/better way to do this...

I usually get everything ready prior to a show and have some time to do other tasks. I sometimes forget to press record when I get distracted.

I hope someone finds it useful. FYI. The software does prompt a smartscreen error in some versions of windows but I can assure you its safe.


If you would like to run the script in AHK, here it is:

File Attachment(s):
Vmix Countdown Recorder.zip (589kb) downloaded 79 time(s).

You cannot view/download attachments. Try to login or register.
thanks 5 users thanked kjones9999 for this useful post.
vijay6672 on 2/26/2017(UTC), ask on 2/26/2017(UTC), corporatejames on 2/26/2017(UTC), stevespaw on 2/28/2017(UTC), avsoundguy on 3/20/2018(UTC)
ask  
#2 Posted : Sunday, February 26, 2017 9:02:44 PM(UTC)
ask

Rank: Advanced Member

Groups: Registered
Joined: 10/13/2012(UTC)
Posts: 1,161
Australia
Location: Melbourne

Thanks: 220 times
Was thanked: 199 time(s) in 181 post(s)
Great little utility. ESC is the exit button. Are you open to feature requests?
thanks 1 user thanked ask for this useful post.
corporatejames on 2/26/2017(UTC)
kjones9999  
#3 Posted : Sunday, February 26, 2017 9:52:10 PM(UTC)
kjones9999

Rank: Advanced Member

Groups: Registered
Joined: 8/20/2014(UTC)
Posts: 388

Thanks: 29 times
Was thanked: 78 time(s) in 50 post(s)
Sure- anyway I can help.
theonlyboink  
#4 Posted : Wednesday, March 15, 2017 9:18:03 AM(UTC)
theonlyboink

Rank: Member

Groups: Registered
Joined: 11/15/2014(UTC)
Posts: 12
Man
Location: Sweden

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
Could you alter the software so that it is
possible to input a higher value then the current maximum 99 minutes?

I would also like to see a different mode/feature:
"time of day & date"
The input a time of day and date that the recording will start.


I personally supervise a morning show radio-tv and it would
be great to have vMix start the recording at a given time.
Thous eliminating the possibility of forgetting it...

All the best
/Marcus
thanks 1 user thanked theonlyboink for this useful post.
stigaard on 3/15/2017(UTC)
DWAM  
#5 Posted : Wednesday, March 15, 2017 9:38:30 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Why not simply use Windows Task Scheduler? It allows any type of command to be executed with very complete schedule options

Type Taskschd.msc in command prompt

The command to run is something like

cmd /c start http://vmix-ip:8088/api/?Function=StartRecording

PS : I personally use Cron for Windows as a Service for such applications. Same purpose: execute tasks on schedule. Here I would use wget or curl commands to vMix API.
DWAM attached the following image(s):
schedule.png (18kb) downloaded 52 time(s).

You cannot view/download attachments. Try to login or register.
thanks 2 users thanked DWAM for this useful post.
theonlyboink on 3/17/2017(UTC), RichShumaker on 3/25/2018(UTC)
theonlyboink  
#6 Posted : Friday, March 17, 2017 6:12:50 AM(UTC)
theonlyboink

Rank: Member

Groups: Registered
Joined: 11/15/2014(UTC)
Posts: 12
Man
Location: Sweden

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
@DWAM
Thanks,That worked.

Cheers!
/Marcus
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.