Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.apple.screencapture Video Format #407

Open
2 tasks done
ILikePlayingGames opened this issue Dec 17, 2024 · 0 comments
Open
2 tasks done

com.apple.screencapture Video Format #407

ILikePlayingGames opened this issue Dec 17, 2024 · 0 comments
Labels
discussion Discuss about macOS automation

Comments

@ILikePlayingGames
Copy link

  • I made sure this feature is not in the commands list
  • I searched and didn't find this feature request in the listed issues

I discovered the screencapture CLI for screenshots and screen recordings used by the screenshot UI has a hidden option -F for setting the video format. It's currently limited to "avc1" and "jpeg" but may be worth looking at in the future if they add additional formats. I haven't found a corresponding defaults key for this option (guesses format and videoFormat don't work).

Terminal Output:

user@Mac Desktop % screencapture -Ftest -v -V1 test
screencapture: Invalid video format type
	available types: ["avc1", "jpeg"]

Tested on macOS 15.1.1

@ILikePlayingGames ILikePlayingGames added the discussion Discuss about macOS automation label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discuss about macOS automation
Projects
None yet
Development

No branches or pull requests

1 participant