HomeNewsFFmpeg Introduces Vulkan-Accelerated Apple ProRes Decoding

FFmpeg Introduces Vulkan-Accelerated Apple ProRes Decoding

The FFmpeg developers have added Vulkan-accelerated video decoding for Apple ProRes, implemented through shader-based hardware acceleration. The new commit, authored by averne and committed by Lynne, brings full support for all major ProRes profiles and demonstrates strong performance across different GPU platforms.

Apple ProRes is a high-quality video codec commonly used in professional editing workflows. Until now, decoding was primarily CPU-bound. The latest FFmpeg update introduces a Vulkan-based decoder that uses GPU shaders to handle ProRes decoding even though ProRes is not officially part of the Vulkan Video specification.

The implementation relies on two shaders. The VLD kernel performs entropy decoding for color and alpha data, while the IDCT kernel handles the inverse transform for color components. This approach provides compatibility across all Vulkan-supported GPUs since it doesn’t depend on native ProRes hardware decoding.

Recommended: How to Install Multimedia Codecs on Ubuntu Linux

All profiles up to ProRes 4444 XQ are supported, including 4:2:2 and 4:4:4 chroma subsampling, 10-bit and 12-bit depth, interlaced content, and alpha channel.

Benchmark results show solid performance for 4K yuv422p10 samples: AMD Radeon 6700XT achieved 178 FPS, Intel i7 Tiger Lake reached 37 FPS, and NVIDIA Orin Nano delivered 70 FPS. These results confirm efficient GPU utilization across different device categories.

The commit adds several new Vulkan-related files under libavcodec/, including prores_idct.comp, prores_reset.comp, prores_vld.comp, and vulkan_prores.c. This follows previous work on Vulkan acceleration for Apple ProRes RAW decoding.

This shader-based ProRes decoder represents a major step forward for FFmpeg’s hardware acceleration framework. It enables faster video playback and editing while remaining cross-platform and open-source.

Mehedi Hasan
Mehedi Hasan
Mehedi Hasan is a dedicated Linux enthusiast with a passion for helping others understand the core concepts of Linux systems. He focuses on breaking down complex topics into simple, beginner-friendly explanations. His goal is to make Linux accessible without overwhelming new learners.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Hot of the Week

Mesa 25.2.5 Released: Critical Vulkan, Intel, and Zink Fixes Across the Graphics Stack

The Mesa team has announced the release of Mesa...

Linux 6.18 DRM Pull Bringing Tyr, Rocket, and Critical Intel/AMD Enhancements

Linus Torvalds has pulled the Direct Rendering Manager (DRM)...

Mesa’s New “CLUDA” Driver Bridges Gallium3D and NVIDIA CUDA for OpenCL Compute

Red Hat and Rusticl developer Karol Herbst has opened...

AMD’s ROCm 7.0.2 Released with Linux GPU and AI Support, Adds RDNA4 and RAG Capabilities

AMD has rolled out ROCm 7.0.2, strengthening its open-source...

Intel Releases NPU Driver 1.24, Validated for Meteor, Arrow, and Lunar Lake Chips

Intel has released version 1.24 of its NPU Linux...

> The Latest News