logo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions

Updated 2 years ago

video-decode

Operator: video-decoder

Author: JunJie Jiang

Overview

Interface

__init__(self, key_frame: bool)

Args:

  • key_frame:

    True: Only return key frame False: Return all image frames of video

__call__(self, video_path: str)

Args:

  • video_path: support local path and http/https url.

Returns:

  • Image

Requirements

av

How it works

Reference

video-decode c26bca59c5 update 2 Commits
file-icon .gitattributes
1.1 KiB
download-icon
Initial commit 2 years ago
file-icon README.md
402 B
download-icon
update 2 years ago
file-icon __init__.py
180 B
download-icon
update 2 years ago
file-icon requirements.txt
3 B
download-icon
update 2 years ago
file-icon video_decoder.py
4.8 KiB
download-icon
update 2 years ago
file-icon video_decoder.yaml
150 B
download-icon
update 2 years ago