You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

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

I can't import H.265 file into Final Cut Pro

I have the latest version and the latest os


the video has the following property:



Any idea what is going wrong?

MacBook Pro 13″, macOS 11.5

Posted on Sep 28, 2021 3:48 PM

Reply
Question marked as Top-ranking reply

Posted on Sep 29, 2021 3:08 AM

I have done some research and some testing, and I think I have the solution for you.


Add this option to your ffmpeg command:


-tag:v hvc1


For example:


ffmpeg -i in.mp4 -c:v libx265 -c:a copy -tag:v hvc1 out.mp4


produces a file that plays in Quicktime and in FCP.


Without the -tag:v hvc1 option, Quicktime says that the file contains some media that isn't compatible. If I still hit Continue, it will open without video, and in the Movie Inspector it says "Video format: HEVC (Parameter Sets in Bitstream)"

(the parameters part is the problem)

10 replies
Question marked as Top-ranking reply

Sep 29, 2021 3:08 AM in response to Fractale

I have done some research and some testing, and I think I have the solution for you.


Add this option to your ffmpeg command:


-tag:v hvc1


For example:


ffmpeg -i in.mp4 -c:v libx265 -c:a copy -tag:v hvc1 out.mp4


produces a file that plays in Quicktime and in FCP.


Without the -tag:v hvc1 option, Quicktime says that the file contains some media that isn't compatible. If I still hit Continue, it will open without video, and in the Movie Inspector it says "Video format: HEVC (Parameter Sets in Bitstream)"

(the parameters part is the problem)

Sep 29, 2021 6:53 AM in response to Fractale

You should be able to losslessly change the offending Codec ID hev1 to hvc1 which Big Sur 11.6 QuickTime and FCP 10.5.4 insist using:


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


Below the original hev1 and the updated hvc1 HEVC .mp4 in FCP import dialog:




Invisor can nicely highlight differences between movie files when you drop a folder on it:


Sep 29, 2021 1:02 AM in response to Tom Wolsky

Big Sur last version. any videos file from any camera downscale to 720p and encoded to h.265 using FFmpeg using lib265 with the preset ultra-fast. there are all mov files that can be played in VLC just fine. is there anything that Final cut doesn't support in the h265 standard?


The files are grey out if I want to select a particular file. If I right-click the preview say "missing plugin" and if I select a folder containing the file it "validates the files" then say there is nothing to import

Sep 29, 2021 2:14 AM in response to Tom Wolsky

Quicktime can't play the mov but can read the mp4 version (without reencoding) but start by complaining then read it.


Is what you mean is that Final Cut Pro is reading a small subset of h.265 files? I think FFmpeg is quite a standard tool. What are the concrete constraints for valid files? "industry standard" doesn't mean much especially if any other tool can read the video file.


I can't import H.265 file 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 Account.