-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve full range handling, both in and out
- Fixes a bug in avfilter ignores consumer.color_range - Removes forcing full range 10-bit to use mlt_image_rgb As a result of this and the previous change 56a4588 now one can use mlt_image_format=yuvp10 pix_fmt=yuv410p10le on the consumer and without Movit to do cuts, scaling, and many avfilters in >8-bit YUV without conversion to RGB or 8-bit YUV. With HLG HDR input and color_trc=arib- std-b67 on the consumer, one can do cuts-only editing, some filtering, and output HLG. Use AV1 or HEVC (vprofile=main10) with: mlt_image_format=yuv420p10 pix_fmt=yuv420p10le color_trc=arib-std-b67
- Loading branch information
Showing
3 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters