is there any way to tell the "easy" VHS to DVD recording software to stop after a user-defined time? And not only after the 180 minutes?
180 mintues is quite useless when recording longer tapes.
One idea would be to use a little applescript, something like:
tell application "Easy VHS to DVD Capture"
stop recording
end tell
should do that with proper timing. But that script - although it compiles in the applescript editor correctly - only ends with a run-time error at the "stop recodring" instruction. Even though it is in the application's dictionary. Very disappointing :-(
Question
JHT
Hi there,
is there any way to tell the "easy" VHS to DVD recording software to stop after a user-defined time? And not only after the 180 minutes?
180 mintues is quite useless when recording longer tapes.
One idea would be to use a little applescript, something like:
tell application "Easy VHS to DVD Capture"
stop recording
end tell
should do that with proper timing. But that script - although it compiles in the applescript editor correctly - only ends with a run-time error at the "stop recodring" instruction. Even though it is in the application's dictionary. Very disappointing :-(
thanks a lot for any ideas,
JHT
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.