Apple Prores 4444 Xq Codec Download Mac



Posted by Candice Liu to Video Converter, Convert ProRes | Updated on Feb 23, 2019

Outside of the quick conversion from MKV format to any version of Apple ProRes (ProRes 422, ProRes 422 (LT), ProRes 4444, ProRes 4444 (XQ)), this program is able to convert your MKV files to any other video file type, or just take the audio out of video content for easy listening. The Apple ProRes 4444 XQ and Apple ProRes 4444 codecs losslessly encode alpha channel values of any bit depth up to and including 16 bits. In summary, the Apple ProRes 4444 XQ and Apple ProRes 4444 codecs can be considered “visually lossless” for encoding the Y’CBCR or RGB pixel values intended for viewing, but “mathematically lossless. All members of the Apple ProRes family provide an unparalleled combination of multistream, real-time editing performance coupled with impressive image quality at reduced storage rates. Specifically, ProRes Converter supports ProRes 422 and 4444 input formats and ProRes 422 output format. With it, you can convert all popular media formats to.

Is there any proper ProRes converter to transcode Apple ProRes 422, ProRes 4444 on Mac/Win?

As is known to all, ProRes is a codec developed by Apple Inc., which provides an unparalleled combination of multistream, real-time editing performance, impressive image quality, and reduced storage rates. It was first introduced in 2007 with Final Cut Studio 2. Actually, ProRes is the best video format supported by FCP 7 and FCP X for video editing. After all, rendering H.264 on Final Cut Pro may more or less degrade video image quailty, but ProRes will ensure a smooth editing process with highest quality. If you care more about the video quality and the efficiency of editing, it's necessary to convert MTS, AVCHD, MKV and more videos shot by camcorders to ProRes for editing on Final Cut Pro.

On the other hand, comparing to H.264/AVCHD, Apple ProRes delivers a crazy big size of videos, especially in ProRes 4444 XQ, ProRes 4444, ProRes 422 HQ. For example, I've been edit a 30 minutes video (less than 6GB) in Final Cut Pro, yet getting a 130GB with 26 videos after rendering ProRes finally. Lookshorrible! Worse still, PreRes videos has poor compatibility, which only supports watching on QuickTime Player and VLC currently. Thus, if you get some videos in ProRes codec and want to play them on your iPhone iPad Android devices or other media players, you need an Apple ProRes converter to convert ProRes to MP4, MOV, FLV, AVI, etc.

ProRes XQ (or ProRes 4444 XQ) was released in June 2014 as an expansion to the already very robust ProRes 4444. The new codec kept all the standard 4444 features post and VFX work have come to love (lossless 12 bit color and 16 bit with alpha), but has expanded the data rate to a staggering 396 MB/s at 1080p24 (vs 264 MB/s with 4444). This increased bandwidth gives the codec an advantage over conventional 4444 when working with expanded and high dynamic range cameras as well as better preserving data through the post process.

Recently, I colored Purity Ring's Begin Again by Young Replicant (a great video that you need to check out). The project was shot on anamorphic (Hawk 2x) Alexa 2K (2048*1536) or (4096*1536 when desqueezed) recorded via ProRes XQ (which the Alexa can now record natively).

I run Resolve on Windows and had yet to encounter anyone using XQ since it had been introduced. When the codec was announced, I read through the white paper and other media available on it and at the time it seemed like the only thing Apple had changed between the venerable 4444 and the new 4444 XQ was the increase it bitrate. This should have meant no new encoding tricks or techniques which would make the format incompatible with NLE's or even entire operating systems. How wrong I was.

It turns out that ProRes 4444 XQ is incompatible with Windows (and Linux) and Apple has never bothered updating Quicktime for these platforms to fix this issue. Great. I had a deadline fast approaching and I wasn't looking forward to borrowing a mac to transcode tons of enormous XQ footage to more manageable 4444. I poked around the internet a bit and found lots of people looking for fixes and coming up empty. One promising lead appeared, however, in a user of a forum who said that they had a script that just changed a few internal characters and made the footage compatible - no rendering required! Unfortunately, I couldn't get in contact with this individual, but the tip set me in the right direction to get XQ playing correctly on Windows.

Apple prores raw for windowsApple
FourCC

FourCC (or four-character code) is a code that uniquely identifies what encoding specifications are used on a video. This helps software determine how to correctly decode that file even if it may share the same file extension as another codec. For example, .mov files could be SVQ3, SV10, RPZA, ap4x (yes, these are case sensitive), etc even though they all look like the same generic .mov from the outside.

Apple prores download

When apple introduced ProRes 4444 XQ, they changed the fourCC code from ap4h to ap4x even though the actual decoder did not change. This change means that decoders that work with ProRes will think they are incompatible with ProRes XQ even though they're very capable of playing it back if it was labeled with a ap4h fourCC. QuickTime on OSX (and the many NLE's and other pieces of software that depend on it) has had its fourCC decoder lists updated while PC QuickTime (and the many NLE's and other pieces of software that depend on it) have not.

Fortunately, there's a (relatively) easy fix.

The Fix

If you're looking for something dead simple and effective, check out FourCCchange ($24.95). The program (for which a demo version is available) finds files with a FourCC of ap4x (your ProRes XQ files) and changes only them to ap4h (which will decode on Windows perfectly) without affecting anything else. It gives you the option of backing up files or simply making the change live. If you choose the later option, the whole operation only takes a few seconds.

Apple prores 4444 xq codec download mac os

The way this software works is by editing the binary values of the file(s) and replacing every hex instance of ap4x with ap4h (for which only one instance should exist in each file). For those of you who are more tech savvy, you can do this manually (or in batch) using your own preferred hex editor. Simply open the file, search for the ap4x string (capitalization matters), replace it with ap4h, and save the file. The new file should play perfectly well in DaVinci Resolve, Premiere Pro, or whatever NLE you need.

For the ffmpeg jockeys out there, there's a simple command to force a new fourCC onto a file: ffmpeg -i <inputFile> -vcodec copy -acodec copy -vtag ap4h output_FOURCC_XXXX.mov. The key value here is the -vtag variable which forces a new fourCC onto a video file while the -acodec copy -vcodec copy ensures that the actual audio and video stream aren't adjusted in any way.

You can take this and add it to a batch file to process an entire folder (and subfolders) at once. Here's an example code below that lets you input any fourCC code for any file extension:

Apple Prores 422 Codec Download

For this batch file to work, you'll need to download a static build of ffmpeg and extract it to C:/Windows/System32 (don't worry about any warnings that pop up, we're just adding files so it won't be a problem). Next, copy the contents of this file into a notepad and save it as something like fourcc.bat - the .bat extension being the key. Drop this .bat in the folder with the .mov's (or whatever) you'd like to convert and the run it. To convert ProRes XQ to play correctly, you'll want to input ap4h as your desired FourCC and mov as the desired extension.

4444

Apple Prores Codecs

And there you go! Three different ways to enable ProRes XQ to play back on Windows. Until Apple updates the Windows QT decoder and/or NLE writers figure out a workaround, this is what you'll have to do in order to use this robust codec outside of OSX.