Skip to content

Releases: brandonschabell/videotoframes

v1.1.5

06 Oct 18:47
Compare
Choose a tag to compare

Release 1.1.5

Bug Fixes

  • Fixed entrypoint-specific issue where images were getting written as base64 strings instead of binary files.

v1.1.4

27 May 23:23
Compare
Choose a tag to compare

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

21 Mar 03:37
Compare
Choose a tag to compare

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

14 Mar 02:11
Compare
Choose a tag to compare

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

08 Mar 18:17
Compare
Choose a tag to compare

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

08 Mar 03:33
Compare
Choose a tag to compare

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

23 Feb 19:47
Compare
Choose a tag to compare

Release 1.0.0

Initial stable release

  • Installation instructions and example usage have been added to the readme.

v0.2.0

23 Feb 19:33
Compare
Choose a tag to compare

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

23 Feb 16:22
Compare
Choose a tag to compare

Release 0.1.1

Changes

  • Renamed GitHub repository.

v0.1.0

23 Feb 16:11
Compare
Choose a tag to compare

Release 0.1.0

Initial Release