Search Criteria
Package Details: vcsi 7.0.16-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vcsi.git (read-only, click to copy) |
---|---|
Package Base: | vcsi |
Description: | Create video contact sheets, thumbnails |
Upstream URL: | https://github.com/amietn/vcsi |
Licenses: | MIT |
Submitter: | spiridow |
Maintainer: | spiridow |
Last Packager: | spiridow |
Votes: | 10 |
Popularity: | 0.000503 |
First Submitted: | 2015-05-02 15:26 (UTC) |
Last Updated: | 2023-09-23 12:05 (UTC) |
Dependencies (12)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-jinja
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-parsedatetime
- python-pillow (python-pillow-gitAUR)
- python-setuptools
- python-texttable (python-texttable-gitAUR)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
Latest Comments
m040601 commented on 2023-09-12 01:12 (UTC) (edited on 2023-09-12 01:15 (UTC) by m040601)
Not currently working.
$ vcsi some_video.mp4
AUR PKGBUILD "vcsi-git" works without any problem.
There are no "releases" in github since 2017, but there is recent activiyt in the main repo.
xlucn commented on 2023-08-10 01:57 (UTC)
It is actually versioned, but minor/patch version updates are only in the files: https://github.com/amietn/vcsi/blob/master/vcsi/VERSION https://github.com/amietn/vcsi/blob/master/pyproject.toml
What about manually specify the commit hash of each version? E.g., for version 7.0.16, the commit is: https://github.com/amietn/vcsi/commit/a42353ec9b17e2feb964c0f78830b836625cf148 Then download this file in PKGBUILD: https://github.com/amietn/vcsi/archive/a42353ec9b17e2feb964c0f78830b836625cf148.zip
nevernow commented on 2022-02-24 14:00 (UTC)
Upstream is actively developed, but without numbered releases since more than 4 years. Using vcsi-git is definitely better.
Rus commented on 2019-11-13 21:22 (UTC)
This version breaks about wmv, there is no such problem with the git version https://aur.archlinux.org/packages/vcsi-git/
Traceback (most recent call last): File "/usr/bin/vcsi", line 11, in <module> load_entry_point('vcsi==7', 'console_scripts', 'vcsi')() File "/usr/lib/python3.7/site-packages/vcsi/init.py", line 3, in main vcsi.vcsi.main() File "/usr/lib/python3.7/site-packages/vcsi/vcsi.py", line 1331, in main process_file(filename, args) File "/usr/lib/python3.7/site-packages/vcsi/vcsi.py", line 1343, in process_file verbose=args.is_verbose) File "/usr/lib/python3.7/site-packages/vcsi/vcsi.py", line 93, in init self.compute_display_resolution() File "/usr/lib/python3.7/site-packages/vcsi/vcsi.py", line 157, in compute_display_resolution sample_aspect_ratio = self.video_stream["sample_aspect_ratio"] KeyError: 'sample_aspect_ratio'
tmoorman commented on 2017-01-10 19:07 (UTC)