You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add frame_format parameter to VideoScene for PNG support
- Add FRAME_FORMAT_KEY constant
- Add frame_format parameter to VideoScene dataclass
- Update to_payload() to include frame_format when set
- Supports 'jpeg' (default) or 'png' for lossless frame extraction
- Bump version to 0.17.12
- Added `frame_format` parameter to `VideoScene` for PNG frame extraction support. When uploading videos via `video_location`, you can now specify `frame_format="png"` for lossless frame extraction (defaults to `"jpeg"`).
0 commit comments