vcsi
vcsi copied to clipboard
Create video contact sheets, thumbnails
When i run this command `vcsi --metadata-font test.ttf file_example_MP4_1920_18MG.mp4` I get this result, any tip? > Processing file_example_MP4_1920_18MG.mp4... > Sampling... 16/16 > Composing contact sheet... > Traceback (most recent call...
vcsi uses ffmpeg for format converting, while ffmpeg supports filename formats like `bluray:`. By commenting `if not os.path.exists(path)` block in `process_file`, I managed to generate a thumbnail with the `bluray:`...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@bgilbert] Trim...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
when the file name include Chinese character like 例子,the filename while be rectangle,it seem cause by fonts how can I slove it.
newer iPhone (14 Pro+) running iOS 17+ introduce a regression of https://github.com/amietn/vcsi/issues/55 due to a different rotation schema see `ffprobe` for MOV shot this week ```json { "streams": [ {...
Traceback (most recent call last): File "/home/ori/.pyenv/versions/3.11.5/lib/python3.11/site-packages/PIL/Image.py", line 2390, in save format = EXTENSION[ext] ~~~~~~~~~^^^^^ KeyError: '' The above exception was the direct cause of the following exception: Traceback (most...
Its not explicitly specified that program could work not only with one file but with entire folders. Also its not hinted that `output` could be used not only to set...