hev1 support?

I'm trying to make a video of footage captured from my CCTV IP network camera with the HEVC hev1 codec IIUC.

https://amcrest.com/forum/ip-cameras-f18/hevc-not-playable-in-safari-t12664.html


FCPX won't import the footage. So what should I do to re-encode it into a format it best understands?

MacBook Pro 15", macOS 10.14

Posted on Jul 21, 2019 11:58 PM

Reply
Question marked as Top-ranking reply

Posted on Jul 22, 2019 12:41 AM

find . -name "*.mp4" | while read fn; do test -f "$fn" && ffmpeg -y -i "$fn" -c:v copy -tag:v hvc1 -c:a copy "../hevc/$(basename $fn)"; done


ffmpeg quickly helped me to move forward here, but could you please consider this as a wishlist for hev1 codec support please?



2 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

hev1 support?

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