#vapoursynth

2 posts · Last used 9d

Back to Timeline
@jamesthebard@social.linux.pizza · Apr 18, 2026

After fixing two AUR PKGBUILD files and a bit of patching, the initial rough Arch repo is online. Even made the package list look good with some fancy indexing. The compile takes a long time, but since it’s in a VM I’m not too bothered about it. I will probably make an actual build system, but for now the crontab will suffice.

#archlinux #nginx #svtav1 #handbrake #vapoursynth

1
0
0
@jamesthebard@social.linux.pizza · Mar 09, 2026

So, got the server in place but discovered that the Docker image that I created that has the Sisyphus client and all of the binaries like ffmpeg, av1an was not very happy. Ffmpeg crashed because it couldn’t find the libSvtAvcEnc.so.4 library which was because I had a custom version of it installed (svt-av1-psyex).

Got the Dockerfile fixed by installing svt-av1-psyex and then compiling ffmpeg against those libraries, then installing both svt-av1-psyex and ffmpeg into the final container which makes ffmpeg happy. Also saw an issue where the Vapoursynth lsmash module wasn’t being found, but that got tracked down to a stale Docker image (forgot to pull the latest from the repo).

I have two encodes going: one ffmpeg and one av1an which should be the real final test. If they turn out well, attachments where they’re supposed to be, etc., etc. then I’ll probably start working on documentation and get this out there.

#sisyphus #encoding #av1an #vapoursynth #ffmpeg #svtAv1Psyex

0
0
0

You've seen all posts