@twick/media-utils / Exports / VideoFrameExtractorOptions
Interface: VideoFrameExtractorOptions
Configuration options for the VideoFrameExtractor service.
Table of contents
Properties
Properties
jpegQuality
• Optional jpegQuality: number
JPEG quality for thumbnails (0-1, default: 0.8)
Defined in
loadTimeout
• Optional loadTimeout: number
Timeout for video loading in milliseconds (default: 15000)
Defined in
maxCacheSize
• Optional maxCacheSize: number
Maximum number of cached frames (default: 50)
Defined in
maxVideoElements
• Optional maxVideoElements: number
Maximum number of video elements to keep in memory (default: 5)
Defined in
playbackRate
• Optional playbackRate: number
Playback rate for video (default: 1)