Releases: brandonschabell/videotoframes
Releases · brandonschabell/videotoframes
v1.1.5
v1.1.4
Release 1.1.4
New Features
- Defaulting to dictionary return type.
- Adding frame number to dictionary return.
Other Changes
- Combined console entry point with the main module.
v1.1.3
Release 1.1.3
New Features
- Added dictionary return type.
- Added frame-level timestamp to output if a video timestamp is given.
Other Changes
- Added deprecation warning for non-dictionary return type.
v1.1.2
Release 1.1.2
Bug Fixes
- Fixed Windows-specific issue where frames would be extracted past the final frame of the video.
v1.1.1
Release 1.1.1
Bug Fixes
- Fixed Windows-specific issue where the last frame of a video was always empty.
- Added protection against infinite loops.
v1.1.0
Release 1.1.0
New Features
- Added importable module.
- Added frame_rate option to allow for a variable frame rate when extracting frames.
v1.0.0
Release 1.0.0
Initial stable release
- Installation instructions and example usage have been added to the readme.
v0.2.0
Release 0.2.0
Bug Fixes
- Fixed issue that caused inconsistent frame spacing when using the "--even" argument.
- Fixed issue that caused directories to be counted as videos.
Changes
- Test coverage is now at 100%.
v0.1.1
Release 0.1.1
Changes
- Renamed GitHub repository.