LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
6.81k stars 297 forks source link

HDR video conversion results in washed out colors #455

Open Janhouse opened 2 years ago

Janhouse commented 2 years ago

iPhone 12 and 13 supports 4K HDR video recording and it has brought some issues to different programs. When transcoding the video, it tends to get washed out colors.

Here is a link to discussion about it http://ffmpeg.org/pipermail/ffmpeg-user/2021-March/052538.html

I assume that some additional parameters are needed for ffmpeg to do the conversion correctly, but additional step could be needed to decide which parameters have to be passed.

HDR video can be enabled in Camera settings for iPhone 12 and iPhone 13.

derneuere commented 2 years ago

Related to #365