Commit Graph

4 Commits

Author SHA1 Message Date
Masum Reza
13c7cdc211
av1an: vapoursynth support (#330994) 2024-09-05 09:51:58 +05:30
seth
ee8df28f48
av1an: 0.4.2 -> 0.4.3
Changelog: https://github.com/master-of-zen/Av1an/releases/tag/0.4.3
Diff: https://github.com/master-of-zen/Av1an/compare/0.4.2...0.4.3
2024-08-25 22:32:41 -04:00
FlyingWombat
09850cda27 av1an: vapoursynth support
Corrected wrapper entries:
 - Need to override vapoursynth with `vapoursynth.withPlugins` for av1an to be able to use VS plugins. Changed PYTHON_PATH accordingly.  Passing `pkgs.vapoursynth` to `python3Packages.makePythonPath` makes an incorrect path entry, resulting in segfault when the program is run.
 - Need LD_LIBRARY_PATH to use VS plugins (e.g. ffms2 and lsmash, the recommended chunking method). Otherwise get e.g. `Error: FFMS2 is not installed, but it was specified as the chunk method`.
 - Need vapoursynth in PATH to use VS based chunking methods or VS script as input. At least, `vspipe` binary needs to be visible in PATH.

Add mkvtoolnix option; it is the recommended concatenation method.
2024-08-11 10:12:07 -06:00
seth
767cf0c714
av1an: init at 0.4.2 2024-06-12 18:49:46 -04:00