I am trying to write a script to automate export from keynote:
tell application "Keynote"
export document 1 to file "Macintosh HD:Users:shambho:test.m4v"
end tell
This script works fine, but the output generated is of very low resolution. I want to specify export format so that the video is of higher resolution.
I have tried many combination of the with properties export options movie export format
command, but not able to even save the script.
Any help to get this from script will be greatly appreciated.
When exporting manually, this is what I do:
- Goto the menu: File>Export to>QuickTime
- Choose option: Format>Custom
- Change 1024 to 700
- Hit Next and then save.
If this is not possible, at least the default 720p format is what I need for reasonable resolution.
Using OS X El Capitan Version 10.11.6