The U.S. efforts to hobble China's tech advancement through export controls have not been effective. Chinese tech companies, such as Huawei, Baidu, and SMIC, are developing their own tech ecosystems. China dominates in consumer drones, autonomous vehicles, and solar panels and batteries.
SMIC, which makes Huawei's processors, is now the third-largest chipmaker in the world and has managed to innovate despite having older-generation tech.
who
in reply to BentiGorlich • • •Are you aware that HandBrake supports AMD VCN hardware video encoding, but doesn't show the option in the GUI unless support is detected on your system? Perhaps you could get it working by installing the AMD's proprietary driver.
handbrake.fr/docs/en/1.9.0/tec…
wiki.archlinux.org/title/AMDGP…
You haven't said what source material you're encoding, so we don't know if there's a feature of Handbrake that would be hard to replace using another tool.
I guess that depends on what you mean by viable. Are you aware of Vulkan Video?
phoronix.com/news/Vulkan-Video…
phoronix.com/news/RADV-Vulkan-…
FFMPEG apparently merged support for it last year. If you can't get HandBrake to do what you want, you might consider investing some time in learning ffmpeg commands.
phoronix.com/news/FFmpeg-AV1-V…
FFmpeg AV1 Vulkan Encoder Patch Posted
www.phoronix.comBentiGorlich
in reply to who • • •yes, but that is not viable as the amdgpu-pro drivers are only available on LTS releases and on a few selected distros
Mostly BluRay rips, so movies and TV-Shows
I actually was not. Is it any good? But Handbrake does not support that either, does it?
I am, but for anything involving multiple audio and subtitle streams and stream selection in general it is not an option for me...
who
in reply to BentiGorlich • • •Are you sure? I would expect AMD to have their own download & install instructions that could be used on any distro. That would be more work for you than just installing a package directly from your distro, of course.
Curiously, I just found a comment from last year claiming that amf-amdgpu-pro now works with Mesa's RADV. So maybe this approach could work without AMD's proprietary driver?
By rips, do you mean your source media is already in a container, like a .mkv or .mp4 file? Or are you encoding directly from optical discs? If it's the latter, then using a tool other than HandBrake for the encode might also require finding a disc ripping tool. (Not all encoding tools can decrypt and demux discs.)
I haven't used Vulkan Video. It's just an API, so I would expect the video quality to depend on your hardware's encoder, just as it would with VAAPI or any other API.
I don't think Handbrake supports it yet, so until they do, I think you would have to use some other encoding tool.
You haven't said why, but if it's just that managing lots of streams using command line tools is more hassle than you want to deal with, you might take a look at MKVToolNix. It's pretty good at muxing, even if the source media is not a .mkv file.
VAAPI Videoencondingsupport AMD Linux · Issue #3468 · HandBrake/HandBrake
GitHub