Break a video to it's frames.
Project description
Video To Frames
videoToFrames breaks a video to it's frames and save them in a folder.
Installation
You can install the videoToFrames from PyPI:
python -m pip install break-video-to-frames
How to use
video to frames is a command line application, named videoToFrames. To check it's command-line options:
$ videoToFrames -h
To break all videos in a folder to frames:
$ videoToFrames -p your_folder_path
To break a specified video:
$ videoToFrames -p your_video_path
You can specify a format to save frames (default is jpg):
$ videoToFrames -f png
To see time and number of frames:
$ videoToFrames -v
To import to your program:
>>> import videoToFrames
>>> videoToFrames.__version__
>>> from videoToFrames.breaker import VideoToFrames
>>> obj = VideoToFrames(path="your_path", verbose=True, image_format="jpg")
>>> obj.run_breaking()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file break-video-to-frames-1.0.0.tar.gz.
File metadata
- Download URL: break-video-to-frames-1.0.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3245789f65a3299bea6c84a207e0cf5364aaaf05ede47949ebc91af6e0b32fd1
|
|
| MD5 |
97cf6d078f15136d3acb7cb09987d951
|
|
| BLAKE2b-256 |
7cd67558897d767254fb30b0c7c426a2ec776410464f6eec6df54fd3b3a4da33
|
File details
Details for the file break_video_to_frames-1.0.0-py3-none-any.whl.
File metadata
- Download URL: break_video_to_frames-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d3c2fc470f51eb87436ea0635881cd50c9d885f71362b3b667f263e27a8093d
|
|
| MD5 |
96ba6711ae92ecdbbf851dd96487772d
|
|
| BLAKE2b-256 |
be11958e373c9fa23269c0c3bc1d3a2cdb7e03cbe626250b4578eaa9354b7749
|