Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

HEVC videos cannot be imported into Final Cut Pro

Hi,


I have just purchased Final Cut Pro, planning to use it instead of iMovie and seeing it supports HEVC video format. However, HEVC encoded videos created by AMD Radeon Software (on Win10) cannot be imported and I need to convert them using Handbrake software convert before being able to import them into FCP, which is a huge inconvenience. Anyone else has similar experience?


Any ideas how to resolve this?

MacBook Air 13″, macOS 12.1

Posted on Jan 23, 2022 2:44 AM

Reply
Question marked as Best reply

Posted on Jan 23, 2022 10:14 AM

For some strange reason HEVC with Codec ID "hev1" is not supported (at least in Big Sur).


Fix: losslessly convert it to "hvc1":


ffmpeg -i input.mp4 -c copy -tag:v hvc1 output.mp4


...


QuickTime Player refuses to play some H.265/HEVC flavors. Currently macOS 11 Big Sur is more forgiving but it still has the following issues with "Codec ID" and "Chroma subsampling" options.


You can check all those pesky details with apps like Invisor (my favorite because it neatly highlights differences when a folder is dropped on it) or MediaInfo.


H.265 Codec ID hvc1 plays OK (as well as H.264 Codec ID avc1).


H.265 Codec ID hev1 has an error message "This file contains media which isn't compatible with QuickTime Player" and plays audio only. There is a lossless fix if you install ffmpeg and add '-tag:v hvc1' without re-encoding in the Terminal.


Chroma subsampling 4:2:0 (Bit depth 8 bits) plays OK.


Chroma subsampling 4:2:2 (Bit depth 10 bits) has an error message "This file contains media which isn't compatible with QuickTime Player". Opens anyway in Big Sur but fails in Mojave.


8 replies
Question marked as Best reply

Jan 23, 2022 10:14 AM in response to pietrobb

For some strange reason HEVC with Codec ID "hev1" is not supported (at least in Big Sur).


Fix: losslessly convert it to "hvc1":


ffmpeg -i input.mp4 -c copy -tag:v hvc1 output.mp4


...


QuickTime Player refuses to play some H.265/HEVC flavors. Currently macOS 11 Big Sur is more forgiving but it still has the following issues with "Codec ID" and "Chroma subsampling" options.


You can check all those pesky details with apps like Invisor (my favorite because it neatly highlights differences when a folder is dropped on it) or MediaInfo.


H.265 Codec ID hvc1 plays OK (as well as H.264 Codec ID avc1).


H.265 Codec ID hev1 has an error message "This file contains media which isn't compatible with QuickTime Player" and plays audio only. There is a lossless fix if you install ffmpeg and add '-tag:v hvc1' without re-encoding in the Terminal.


Chroma subsampling 4:2:0 (Bit depth 8 bits) plays OK.


Chroma subsampling 4:2:2 (Bit depth 10 bits) has an error message "This file contains media which isn't compatible with QuickTime Player". Opens anyway in Big Sur but fails in Mojave.


HEVC videos cannot be imported into Final Cut Pro

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.