BT.709 has higher saturation and gamma than BT.601, it looks better in some videos and worse in others, is there a way to make this conversion without having to reencode the video?
Avidemux can convert between those two easily but you have to reencode the video using x264 which takes time and results in quality loss and/or bigger file size.
+ Reply to Thread
Results 1 to 4 of 4
-
Last edited by jorel221; 16th Apr 2023 at 06:42.
-
Usually you have to re-encode and convert the colors + flag if you want the changes to work in all players and scenarios
Other options:
1) You can flag the matrix on some types of video without re-encoding to affect playback - but not all players will override based on flags
2) You can add a shader during playback e.g. mpchc has 601 to 709 , and 709 to 601 hlsl shader presets
If you're looking at "saturation" and "gamma" , then then 601 vs. 709 matrix is probably not the best thing to adjust. Look at saturation and gamma adjustments directly. Many players have adjustments and filters to affect playback -
You can lie about the color matrix:
https://ffmpeg.org/ffmpeg-bitstream-filters.html#h264_005fmetadata
But not all players will respect the flags. And displaying with the "wrong" matrix doesn't increase the saturation. Some colors get brighter, others darker.
https://forum.videohelp.com/threads/329866-incorrect-collor-display-in-video-playback#post2045830
Similar Threads
-
Convert rec.601 into rec.709?
By killerteengohan in forum RestorationReplies: 8Last Post: 15th Jun 2021, 18:25 -
I just captured VHS with a Rec 709 colors space instead of Rec 601.
By jpvoodoo in forum Capturing and VCRReplies: 4Last Post: 25th Apr 2021, 11:42 -
Converting rec.709 to rec.601?
By killerteengohan in forum RestorationReplies: 22Last Post: 13th Jun 2020, 16:19 -
ffmpeg yuv colorspace is BT.601 or BT.709?
By colibri in forum Newbie / General discussionsReplies: 13Last Post: 22nd Dec 2019, 01:00 -
how to remove the exactly string colorMatrix(mode="Rec.601->Rec.709") ?
By marcorocchini in forum Newbie / General discussionsReplies: 16Last Post: 10th Aug 2019, 23:40