WebM video
Requires a Standard license
Record six seconds of the ZShot Bāgh animation as a WebM, saved to tiger.webm.
zshot -f tiger.webm --video-duration 6 https://zshot-cli.com/example_assets/tiger/{
"url": "https://zshot-cli.com/example_assets/tiger/",
"output_type": "webm",
"video_duration": 6
}curl -X POST http://127.0.0.1:3000/ \
-H "Content-Type: application/json" \
-d '{"url":"https://zshot-cli.com/example_assets/tiger/","output_type":"webm","video_duration":6}' \
-o tiger.webmSee --video-duration for length and --video-framerate for rate.