Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swastikgorai/frameextvideo
Extracts frames from video
https://github.com/swastikgorai/frameextvideo
opencv pypi-package pytest python3
Last synced: 6 days ago
JSON representation
Extracts frames from video
- Host: GitHub
- URL: https://github.com/swastikgorai/frameextvideo
- Owner: SwastikGorai
- License: mit
- Created: 2023-05-18T17:41:42.000Z (over 1 year ago)
- Default Branch: package
- Last Pushed: 2023-05-18T19:57:46.000Z (over 1 year ago)
- Last Synced: 2024-11-11T18:31:34.679Z (8 days ago)
- Topics: opencv, pypi-package, pytest, python3
- Language: Python
- Homepage: https://pypi.org/project/framext/
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FrameExtVideo
Extracts frames from a given video(.mp4) file# Usage
~~~
python framext.py -husage: Frame Extractor [-h] -i VIDEO_FILE -o OUTPUT_DIR [-s SAMPLE_RATE]
options:
-h, --help show this help message and exit
-i VIDEO_FILE, --video_file VIDEO_FILE
Location of video file
-o OUTPUT_DIR, --output_dir OUTPUT_DIR
Output directory to store frames
-s SAMPLE_RATE, --sample_rate SAMPLE_RATE
Sampling rate for frame extraction(default : All frames)~~~