Code Monkey home page Code Monkey logo

Comments (4)

MasterNobody avatar MasterNobody commented on August 22, 2024

Hi.

  1. --transfer arib-std-b67 and --alternative-transfer <string> will be supported in the next version with updated version of libx264.
  2. Do you mean real crash and not "Failed to initialize codec" message? May be you didn't disabled log in x264vfw configure? Bandicam don't like x264vfw's log window so better set Log level to None. Also for Bandicam I would recommend to set Zero Latency option to not lose few first frames (if you not going to use Output mode: File). Otherwise I don't have any problems with encoding in RGB with Keep/Accept only RGB or with Keep input colorspace+Prefer RGB colorspace.

Also if you going to encode in RGB better don't mess with options (range/colorprim/colormatrix/transfer) because that are incorrect values for RGB output (otherwise RGB input will be encoded as if it was YUV input i.e. with incorrect colors) and instead of --qp 0 simply set rate control to Single pass - lossless

from x264vfw.

RaienryuuNoNatsu avatar RaienryuuNoNatsu commented on August 22, 2024

from x264vfw.

MasterNobody avatar MasterNobody commented on August 22, 2024
  1. No ETA for new version;
  2. I doubt Bandicam can capture in HDR (RGB or not) and afaik there no such thing as HDR RGB. Also HDR need at least 10-bit input (capture). This options do tell H.264 decoder which colorspace the encode is but x264vfw/libx264 do NOT convert input to such colorspace and only treat input as if it already converted. So when you say --colormatrix "bt2020nc" instead of default for RBG --colormatrix "GBR" your RGB signal is treated as if it was YUV BT.2020 signal (i.e. G->Y, B->U, R->V).

from x264vfw.

RaienryuuNoNatsu avatar RaienryuuNoNatsu commented on August 22, 2024

from x264vfw.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.