Hey all,
I have the same issue with my MacBook Pro 13" Late 2017. When I started the Virb Edit in the command line I could see that the Codec is not supported:
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fb339185600] Timecode frame rate 59/1 not supported 2019-05-25 13:34:28.690 Garmin VIRB Edit[3330:205217] base::containers::optional<CMVideoCodecType> video::VideoToolboxVideoCodecType(AVCodecContext *): Codec not supported 2019-05-25 13:34:28.691 Garmin VIRB Edit[3330:204744] =============> Project Export <============== 2019-05-25 13:34:28.691 Garmin VIRB Edit[3330:204744] Project: commute 2019-05-25 13:34:28.691 Garmin VIRB Edit[3330:204744] Resolution: 3840 x 2160 2019-05-25 13:34:28.691 Garmin VIRB Edit[3330:204744] Framerate: 59.940060 2019-05-25 13:34:28.691 Garmin VIRB Edit[3330:204744] Bitrate: 89905068.000000 2019-05-25 13:34:28.691 Garmin VIRB Edit[3330:204744] Duration: 532.532000 seconds 2019-05-25 13:34:28.691 Garmin VIRB Edit[3330:204744] Transcode Time: 0 seconds 2019-05-25 13:34:28.691 Garmin VIRB Edit[3330:204744] Transcode Rate: 0.00 X 2019-05-25 13:34:28.691 Garmin VIRB Edit[3330:204744] ============================================= 2019-05-25 13:34:29.942 Garmin VIRB Edit[3330:204429] (null)
@Garmin please add Support for HVEC.
Best Regards
Timo
Anyone on Mac can work around this using ffmpeg:
brew install ffmpeg
ffmpeg -i input.mp4 -c:v libx264 -crf 20 -c:a aac output.mp4
This will convert your Garmin generated videos (encoded using h265/HEVC) into h264 (which Garmin Virb Edit can use). It's not an ideal solution, but Garmin Virb Edit hasn't been updated since September 2018, so it could be a long wait for Garmin to add HEVC as an officially supported video codec.
I have a GoPro Hero 10 and had the same issue. Exporting into h264 fixed it - thanks.
How Its Possible?
I use DaVinci Resolve to convert the video.
Finally a straight answer, thanks ethandm!