Update technical-notes.md

This commit is contained in:
Namhyeon Go 2024-05-11 21:55:48 +09:00 committed by GitHub
parent 845ac2ace1
commit 774132bc0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,9 @@
## high444 profile of the H264 codec
The high444 profile of the H264 codec is not supported in the latest version of Firefox and some Safari releases as of May 2024. In this project, we included the option `-fix_fmt yuv420p` along with the `high` profile.
* More information: https://trac.ffmpeg.org/wiki/Chroma%20Subsampling
More informations:
* https://trac.ffmpeg.org/wiki/Chroma%20Subsampling
* https://bugzilla.mozilla.org/show_bug.cgi?id=1130450
## Compile FFmpeg for ffmpeg-api