Source: factory.core/ObjDocumentVideo.py
Delegate for generating video file thumbnails.
Extracts a single frame from a video file using ffmpy/FFmpeg
and resizes it to a square icon. Supports MP4, WEBM, MOV, and AVI.
| Method | Signature | Description |
|---|---|---|
| extract_thumbnail | extract_thumbnail(file_path: str, output_path: str, seek_time: int = 1) -> bool |
Extract a single frame from a video file using ffmpy. |