# Operator: video-decoder Author: JunJie Jiang ## Overview ## Interface ```python __init__(self, key_frame: bool) ``` Args: - key_frame: True: Only return key frame False: Return all image frames of video ```python __call__(self, video_path: str) ``` Args: - video_path: support local path and http/https url. Returns: - Image ## Requirements av ## How it works ## Reference