remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
20.31k stars 1.01k forks source link

Rendered by Lambda H265 in mp4 container Quicktime can't play video #3930

Closed ChristianFenkart closed 4 months ago

ChristianFenkart commented 4 months ago

A H265 in a mp4 container rendered by the remotion lambda cant be played correctly in quicktime player. the Audio plays, but the video is not displayed. with an additional ffmpeg tag it works: -tag:v hvc1

ffmpeg -i xx.mp4 -c copy -tag:v hvc1 xx4.mp4

JonnyBurger commented 4 months ago

Thanks for reporting this!