Menu

#455 RGB Support, with question;D!

open
nobody
None
5
2012-12-16
2011-07-21
No

I saw that x264 now supports RGB, so maybe you can implent so megui doesn´t force converttoYV12() ?;D
Not totally sure that it means that way though, but as i fraps, i need to change to YV12, but i think it is YV12 already though, but it decodes to RGB or something, but atleast it´s a tip;D

Discussion

  • De-M-oN

    De-M-oN - 2011-07-30

    The new colormodes should be integrated in the x264 config too.

    (Because x264 doesnt just read RGB now, it even can output it this way.)

    @zerosinner: If you don't have checkmarked lossless RGB Capture in Fraps it records in YUY2 colorspace, not YV12.

     
  • Radikal Den store

    so, ehm, if i know have fraps with yuv2 as you say, how can i encode it with megui without changin to yv12, as i think you can encode 4:2:2 or something wich yuv2 is, atleast it should be better than yv12 right;D

     
  • De-M-oN

    De-M-oN - 2011-07-30

    custom commandline:

    --output-csp Specify output colorspace ["i420"]
    - i420, i444, rgb

    And in AVS Script just remove the added convertYV12() line.

     
  • Radikal Den store

    ah thanks:D!
    do you know if youtube support that;D?
    and anyway to change so it doesn´t force YV12 everytime you queue a scripts, as x264 can convert it anyway now:D

     
  • Radikal Den store

    hmm, i am not sure it´s yuv2, as i need to use converttoyuv2() to use it with another yuv2 movie;O
    i use Avisource, and i don´t use the Uncompressed check in fraps, any ideas;D?

     
  • De-M-oN

    De-M-oN - 2011-08-13

    Forget what I said. Unfortunately MeGUI just adds the line with YV12 again in the script anyway when you start encoding.

    ok this needs change then. This must be now optional since x264 supports now RGB.

     
  • De-M-oN

    De-M-oN - 2011-11-17

    You can create the AVS File and make it write protected. Then load it with MeGUI and go in x264 config and go to custom commandline

    You have this possibilities:

    --output-csp <string> Specify output colorspace ["i420"]
    - i420, i422, i444, rgb

    So in the case of RGB add the following line there:

    --output-csp rgb

    It would be great if it would be integrated into MeGUI though.

     

Log in to post a comment.

MongoDB Logo MongoDB