VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    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
    Quote Quote  
  2. ffmpeg using Avisynth script with z_ConvertFormat(........) ?
    http://avisynth.nl/index.php/Avsresize
    Quote Quote  
  3. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    Originally Posted by Sharc View Post
    ffmpeg using Avisynth script with z_ConvertFormat(........) ?
    http://avisynth.nl/index.php/Avsresize
    Yes, I'm considering it.
    By the way, will regular ConvertToRGB48 be any worse?
    Quote Quote  
  4. Originally Posted by rgr View Post
    Originally Posted by Sharc View Post
    ffmpeg using Avisynth script with z_ConvertFormat(........) ?
    http://avisynth.nl/index.php/Avsresize
    Yes, I'm considering it.
    By the way, will regular ConvertToRGB48 be any worse?
    It shouldn't. Maybe some rounding differences? I don't really know.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!