Add export-video: render timeline to ProRes 422#15
Open
RichardBray wants to merge 2 commits into
Open
Conversation
Camtasia's AppleScript export verb is a non-functional stub on 2026.1.3
(exportToFile: with no file/codec params), and no headless render binary
ships in the app bundle, so export-video drives the GUI via macOS
Accessibility (System Events): Export > Local File > QuickTime Movie >
Options > Apple ProRes 422 > set name/folder > Export.
- @camkit/darwin: exportVideo({out, codec}); CODEC_LABELS map leaves room
for prores4444/h264. Checks Accessibility + requires an open document.
- @camkit/cli: cmdExportVideo, registered in COMMANDS, help + summary.
- README: rationale for why export must drive the GUI (options tried,
why UI scripting is the only working path), Prerequisites note.
Verified against a real .cmproj: 1920x1080 prores/apcn (ProRes 422) .mov.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
README had grown to ~170 lines with three reference sections that are rationale, not overview. Move them to docs/ and link from a Docs index: - docs/transcription.md (Transcription engines) - docs/captions.md (Captions in the Camtasia UI) - docs/export-video.md (Why export-video drives the GUI) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
export-videocommand: renders the Camtasia timeline to ProRes 422.docs/.Commits
2bd75ceAdd export-video: render the timeline to ProRes 422 via Camtasia52db504docs: move deep-dive sections out of README into docs/🤖 Generated with Claude Code