Metadata-Version: 2.1
Name: framext
Version: 0.0.1
Summary: A python package to extract frames from a video
Author-email: Swastik Gorai <swastigoraitemp@gmail.com>
Project-URL: Homepage, https://github.com/SwastikGorai/FrameExtVideo
Project-URL: Bug Tracker, https://github.com/SwastikGorai/FrameExtVideo/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE

# FrameExtVideo
Extracts frames from a given video(.mp4) file

# Usage
~~~
python framext.py -h

usage: 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)

~~~
