Re: Scriptable Video Importing??
Re: Scriptable Video Importing??
- Subject: Re: Scriptable Video Importing??
- From: "Patrick S. Page-McCaw" <email@hidden>
- Date: Tue, 5 Nov 2002 15:17:07 -0800
>
Does anyone know of a Scriptable app I could use for video importing
>
(from a FireWire source)
I know of two applications that will capture video and are scriptable.
BTV
http://www.bensoftware.com/
Videoscript
http://www.videoscript.com/
Both have lite (free) versions that allow capture (I believe).
I have not used BTV in a long time, but it was very good and pretty
easily scriptable.
Videoscript is a scripting platform for video capture and
manipulation. I use it all the time for capture and frame
manipulation. It has its own scripting language, that has
AppleScript-like syntax. VideoScript can also interface with
AppleScript. Videoscript have been very responsive to questions,
help, feature enhancements and the like (as was BTV).
to record video you would do something LIKE this:
tell application "VideoScript 2.2"
execute "
set theCamera to videosource
with duration to 25 seconds;
set file "HD:myfile" to movie of theCamera;
"
end tell
I hope this helps,
Patrick
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.