What's the current best way to convert YUV to RGB using ffmpeg?
Is -pix_fmt rgb48 enough(1), or should I still use "-sws_flags spline+accurate_rnd+full_chroma_int" (apparently it's already enabled by default)?
A different filter? Zscale?
It is important that the filter respects the encoding settings, e.g. BT601 limited range or BT709 full range.
(1) "ffmpeg -avisynth_flags +all -i "input.avs" -c:v rawvideo -pix_fmt rgb48 -f nut
+ Reply to Thread
Results 1 to 4 of 4
-
-
ffmpeg using Avisynth script with z_ConvertFormat(........) ?
http://avisynth.nl/index.php/Avsresize -
-
Similar Threads
-
Using conversion: YUV420P16-709-FR -> YUV420-709-FR
By taigi in forum Video ConversionReplies: 1Last Post: 9th Nov 2024, 08:47 -
Questions Concerning Rec.709/SRGB Performance
By Chris Kelly in forum Off topicReplies: 0Last Post: 3rd Jul 2024, 07:51 -
Color Conversion: How To Tonemap BT.2020 To BT.709
By LouieChuckyMerry in forum Blu-ray RippingReplies: 17Last Post: 11th Jun 2023, 14:49 -
FFmpeg problem with rgb to yuv
By Selur in forum Video ConversionReplies: 1Last Post: 17th Jul 2021, 06:56 -
How do you change the YUV in FFMPEG?
By Guernsey in forum Newbie / General discussionsReplies: 4Last Post: 30th Jun 2021, 21:03


Quote