Usage
To export a video, you’ll use thevideos.export()
method of the BlendDuck client.
Export Options
TheExportOptions
object allows you to customize your video export:
resolution
: The video resolution (e.g., “720p”, “1080p”, “4k”)quality
: The export quality (e.g., “low”, “medium”, “high”)fps
: The frames per second for the exported video
Export Status
ThegetExportStatus()
method returns an ExportStatus
object with the following properties:
status
: The current status of the export (“processing”, “completed”, or “failed”)progress
: The export progress as a percentage (0-100)url
: The URL to download the exported video (available when status is “completed”)error
: Error message if the export failed