ffmpeg
copied
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 3 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
| 2 Commits | ||
---|---|---|---|
.gitattributes |
1.1 KiB
|
3 years ago | |
README.md |
402 B
|
3 years ago | |
__init__.py |
180 B
|
3 years ago | |
requirements.txt |
3 B
|
3 years ago | |
video_decoder.py |
4.8 KiB
|
3 years ago | |
video_decoder.yaml |
150 B
|
3 years ago |