I'll be watching this and hoping for a merge!

VAAPI Encoder (2nd branch/attempt) by sgothel · Pull Request #7467 · HandBrake/HandBrake · GitHub

https://github.com/HandBrake/HandBrake/pull/7467

#handbrake #AMD #VAAPI

#handbrake encoding with default #Mesa stack does not utilize GPU acceleration without proprietary amf-amdgpu-pro drivers, which are available in #AUR but look to have been abandoned after AMD stopped publishing separated AMF from their stack, building on top of open amdgpu drivers instead, and offer inferior performance in other contexts.

#ffmpeg can with #VAAPI but hammering out scripts for the amount of media I'm archiving, that's less than ideal.

Could spin up a VM with amf drivers, but setting up with SingleGPUPassthrough seems like overkill/pain in the ass.

Any other tools utilizing VAAPI that could make things a little easier?

𝗛𝗮𝗻𝗱𝗕𝗿𝗮𝗸𝗲:

#Video #Codecs #OpenSource #HandBrake

https://thewhale.cc/posts/handbrake

HandBrake is a open-source tool, built by volunteers, for converting video from nearly any format to a selection of modern, widely supported codecs.

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

Endlich ein Installer, der mit der #GNU #GPL konform geht.

#handbrake

However, sometimes it works out at the end. Got the repo online, still need to do a full end-to-end.

#archlinux #repo #svtav1 #handbrake #vapoursynth

I am compiling all the things...again...again...

#archlinux #handbrake #svtav1 #pleaseMakeItStop

Hmm that's surprising. Used #dvgrab to capture some footage from DV Tapes. There are several formats to choose from. One of them is QuickTime mov. You would've thought #Apple could handle that. But apparently the codec DV/DVCPRO is unsupported by both QuickTime and #FinalCutPro. #Compressor can't handle it either.

The raw format is being handled just fine.

This is not the first time I find Apple stuff to have zero support for some codecs. Yet #HandBrake and #ShutterEncoder do.

#fcp #video

Added new video tutorial help to all of our SoVGA.com courses. Check out the public 3min video on working with Blender 🎞️ ✂️ https://www.youtube.com/shorts/6TpNwMkvnh0
#Blender3d #LosslessCut #Handbrake #OBS

Der Handbrake Video Encoder auf Fedora 43 konnte nicht starten.

Ursache: Die shared Library libx264.so.164 fehlt (die es unter Fedora 42 noch gab).

dnf repoquery --whatprovides="*/libx264.so.164"

...Keine Ergbnisse.

Die Pakete x264 und x264-devel sind installiert und bringen libx264.so.165 mit.

...

Symlink in /lib64 erstellt:

ln -s libx264.so.165 libx264.so.164

Handbrake startet wieder.

#handbrake #fedora