Skip to content

Releases: hhtznr/pyvideothumbnailer

Release 2.2.0

06 Jul 18:17
v2.2.0
034af6e

Choose a tag to compare

This release adds an option for the user to specify recognized video file extensions on the command line or in the config file. Further, support for (corrupted) MKV metadata with respect to duration is added.

Release 2.1.0

02 Jul 18:24
v2.1.0
bedf55b

Choose a tag to compare

Improve preview thumbnail image creation by recognizing if a video is rotated according to metadata and counterrotating preview images accordingly. This will work for rotations of 90°, 180° and 270°. Rotation will also be taken into account when establishing if a video is a vertical video and to decide on switching the number of preview thumbnail rows and columns.

Release 2.0.4

09 Nov 19:40
v2.0.4
801e153

Choose a tag to compare

Improve checking of rwx permissions of directories. Fix a bug where preview thumbnails images were not written to the explicitly specified output directory if the directory containing the video files was not writable.

Release 2.0.3

28 Jul 19:00
v2.0.3
e546b8b

Choose a tag to compare

Fix a bug, where option background_color from the config file was not parsed.

Release 2.0.2

26 Jan 18:23
v2.0.2
c0d7f43

Choose a tag to compare

Add .mts video extension (MPEG transport stream, older Sony cameras) and fix a typo in option --vertical-video-columns.

Release 2.0.1

15 Jan 18:11
v2.0.1
658f551

Choose a tag to compare

The code has been refactored in a completely object-oriented way. It is now possible to easily integrate Python Video Thumbnailer into external Python code. Further, the source has been restructured in order to build a Python package on PyPI.

Release 1.2.0

05 Jan 19:59
v1.2.0
331a9c4

Choose a tag to compare

Add a new argument --no-header and a corresponding config file option no_header. It allows to disable addition of a header with information on file, video and audio metadata and a comment to created preview thumbnails images.

Release 1.1.3

30 Dec 17:19
v1.1.3
c3aa247

Choose a tag to compare

Fix a bug in computation of the font height and an error that occurred with recent versions of pymediainfo, which return the duration as a string representing a float instead of an int.

Release 1.1.2

12 Dec 21:02
v1.1.2
10d1286

Choose a tag to compare

Replace a deprecated method of Pillow and improve parsing of duration.

Release 1.1.1

16 May 18:17
v1.1.1
18a55dc

Choose a tag to compare

Fix an error with the option --recursive.