Applescript,修剪过的quicktime视频但无法保留文件名并保存 [英] Applescript, trimmed quicktime video but can't keep file name and save

查看:58
本文介绍了Applescript,修剪过的quicktime视频但无法保留文件名并保存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经尝试了一辈子,但我无法弄清楚如何维护文件名和另存为"

I have tried for the life of me and I cannot figure out how to maintain the file name and "save as"

我有

tell application "Quicktime Player"
    activate
    trim document 1 from 20 to 50
end tell

任何帮助将不胜感激:-)

Any help would be greatly appreciated :-)

推荐答案

未经测试,但您可以尝试一下.

Untested, but you can give this a try.

tell application "QuickTime Player"
activate
tell document 1
    trim from 20 to 50
    save as file_name
end tell
end tell

或者...

close saving yes

这篇关于Applescript,修剪过的quicktime视频但无法保留文件名并保存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆