sha256sums for av1an 5.3:
sha256sums=('89a85e4f6e71ae5adc90102cd4452e58738f3a140e47a056662fdcb246d815d7')
Git Clone URL: | https://aur.archlinux.org/python-av1an.git (read-only, click to copy) |
---|---|
Package Base: | python-av1an |
Description: | A cross-platform all-in-one tool for streamlining AV1 encoding |
Upstream URL: | https://github.com/master-of-zen/Av1an |
Keywords: | audio av1 codec convert encoder media svt video |
Licenses: | |
Submitter: | nathanielcwm |
Maintainer: | nathanielcwm |
Last Packager: | nathanielcwm |
Votes: | 2 |
Popularity: | 0.62 |
First Submitted: | 2020-04-25 09:35 |
Last Updated: | 2021-02-15 02:43 |
sha256sums for av1an 5.3:
sha256sums=('89a85e4f6e71ae5adc90102cd4452e58738f3a140e47a056662fdcb246d815d7')
@nathanielcwm I added hdf5 on my end already, so I guess this should work now as well.
@IdleGandalf sorry about the delay does it work now?
Seems like this needs hdf5 added as dependency.
av1an -i test.mkv -env rav1e
Traceback (most recent call last):
File "/usr/bin/av1an", line 33, in <module>
sys.exit(load_entry_point('Av1an==1.12', 'console_scripts', 'av1an')())
File "/usr/bin/av1an", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 783, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/usr/lib/python3.8/site-packages/av1an.py", line 3, in <module>
from Av1an import *
File "/usr/lib/python3.8/site-packages/Av1an/__init__.py", line 4, in <module>
from .setup import startup_check
File "/usr/lib/python3.8/site-packages/Av1an/setup.py", line 12, in <module>
from .utils import terminate
File "/usr/lib/python3.8/site-packages/Av1an/utils.py", line 12, in <module>
import cv2
ImportError: libhdf5.so.200: cannot open shared object file: No such file or directory
VTM has not been added as a dependency as it isn't in the AUR or Arch repos yet from what I can see.
If you want to encode VVC build it from here:
Git package may be found here: https://aur.archlinux.org/packages/python-av1an-git/
Pinned Comments
nathanielcwm commented on 2020-07-27 15:07
VTM has not been added as a dependency as it isn't in the AUR or Arch repos yet from what I can see.
If you want to encode VVC build it from here:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM
nathanielcwm commented on 2020-05-09 00:23
Git package may be found here: https://aur.archlinux.org/packages/python-av1an-git/