如何在命令行上启动 MacBook 上的 QuickTime 视频录制?
答案1
1)通过AppleScript编辑器创建Applescript并保存(例如QTRecord.scpt):
tell application "QuickTime Player"
activate
start (new movie recording)
end tell
2)打开终端并在命令行中运行脚本:
osascript QTRecord.scpt
或者将整个内容作为一行代码:
osascript -e 'tell application "QuickTime Player" to activate' -e 'tell application "QuickTime Player" to start (new movie recording)'
答案2
根据本网站,可以使用 Applescript 来完成
tell application "QuickTime Player"
set nr to (new movie recording)
set nr to start recording true
delay 10
set nr to stop recording true
end tell
因此它与 Quick-time 交互。QuickTime 没有直接命令。
答案3
要在 Mac 上的命令行上启动 QuickTime 录制,您可以使用 osascript 命令执行 AppleScript 代码。以下是您可以使用的示例脚本:
tell application "QuickTime Player"
activate
start (new movie recording)
delay 1 -- Optional delay to give QuickTime time to start recording
end tell
要从命令行执行此 AppleScript 代码,您可以创建一个扩展名为 .scpt 的文件,例如 start_recording.scpt,然后在终端中运行以下命令:
osascript /path/to/start_recording.scpt
这将启动 QuickTime Player,开始新的电影录制,并开始录制屏幕或网络摄像头,辛努阿诺之夜玩家选择一个从 000 到 999 的三位数,并可以选择各种投注类型。具体取决于您的 QuickTime 设置。