Skip to content

v7.0.16

Latest
Compare
Choose a tag to compare
@amietn amietn released this 22 Sep 18:40
· 2 commits to master since this release
git log v7..v7.0.16 --oneline

a42353e Bump version to 7.0.16
f358c7e Fix timestamp border mode (#121)
8719841 Fix ttf font error with pillow 10 and later (#120)
a0186f7 Bump version to 7.0.15 (#118)
ec1cab9 Remove PKGBUILDS
f5d707b CI: Use another action for poetry (#117)
3b08a0d Fix badge (#116)
f30ed80 README: Fix build badge, remove coverage badge (#115)
2762c78 CI: Get rid of Travis (#114)
a2d60bb CI: Add github action to run tests (#113)
5de3a14 Replace setuptools with Poetry (#112)
fa7aa8c update tests/ for pytest (#106)
264f894 fix: correct --thumbnail-output files order (#102)
2706f2f Added a few unittests for improved coverage (#99)
b55262f Fix issue where ffmpeg may occasionally hang (#98)
7c974f7 bump version to 7.0.13
efd73b3 Add "video_bit_rate" metadata template attribute to README (#92)
38cca0c undo file rename
3d436c5 updates (#91)
ed84d44 "is not" changed to "!=" (#85)
4c14316 consider filename starting with - (#74)
2029f1d Update README.md (#71)
c904a99 Add Unicode fallbacks on Windows, prioritizing CJK fonts (#70)
c9f0a42 allow use of --ignore-errors without --recursive
1d5e55e add debug messages for temp file cleanup
40b67f5 Integrated possibility to use a configuration file (#67)
0957a7b bump version to 7.0.12 for new PyPi release
d726f5d fix incorrect orientation for videos with a 270 degrees rotation. close #65
00a94d6 README: add custom font example command
5dc8fcf add support for custom timestamp text format
7ab5119 prefer video stream duration, fallback to container duration if unavailable (#64)
1c5ae90 Allow directories to be used as output_path (#63)
d6765c0 bump version for new pypi release
1a3457b try fallback fonts before using default font
fcfab0d process files: perform all args modifications on a copy of args
32b5ed6 Escape path before globbing (#61)
7dd1d01 pass explicit encoding to truetype font constructor
815a3a1 add --actual-size (-S) to generate thumbnails of 1:1 size (same as video resolution)
e5e9ed3 Refactor --thumbnail-output as discussed in #59
3157f69 Save frames of the contact sheet (#59)
1e43802 remove debug code
3254221 swap width and height for videos with rotate 90 (#58)
135dbfb improve compatibility between --grid and --interval (as well as with (#57)
ad0f99c update date in license
ea95a89 drop support for python 2.7 and 3.3
8046b17 setup.py: add missing dependencies
7dd69fd add --fast option for generating contact sheets as fast as possible regardless of output image quality.
073ef92 use package_data so that the VERSION file is actually installed in the correct location when installing from wheel
b7a94a4 have a single source of truth for version number
198c552 bump version for pypi
76642a0 add --ignore-extensions option
231a1ed fix formatting
22ea195 Fix a thin line of background showing on the right side (#50)
5816a45 modified process_file() for a better "--no-overwrite" experience (#51)
eb436cc README: use more reliable provider for PyPi badge
d901c70 README: add PyPi badge
76865d3 bump version for PyPi
bfa40d4 handle case where videos don't have sample aspect ratio in metadata. close #45
cd245a8 setup.py: update description
b497ae2 make pypi release: cleanup build before making new release
da60703 bump patch version for pypi
dfde263 print error message if input file does not exist
cd30e6f Merge branch 'master' of github.com:amietn/vcsi
fd76a0b print useful error when ffprobe or ffmpeg is not installed/not in PATH
59695d4 Update LICENSE
05fd4e5 README: update coverage badge
d3d6117 add --no-overwrite flag
8ae4030 travis-ci: disable Python 3.7 build for now since it's not yet supported
dfdda24 README: add pip install
4bc17d1 add script for releasing to pypi. close #44
f506625 travis-ci: do not build with "nightly". Add build for Python 3.7
8092f9f Updated README.md to include Gentoo (#46)
326ab87 allow overwriting grid size in combination with --interval
ce6387b README: update vcsi -h output
c4127fa README: document new dependency (parsedatetime)
25d567b fix typos
1fefe8f add --interval This option can be used to generate thumbnails time-spaced by the specified interval. The interval format is any string that is supported by parsedatetime.