• J
    libobs: Add ability to reroute encoders · 9b8bc22f
    jp9000 提交于
    Allows the ability for one encoder to defer to another in case of
    failure or unsupported feature.  Okay, fine, it's mostly a hack so the
    new NVENC encoder can fall back to the FFmpeg encoder if NV12 textures
    aren't in use, that way it does not have to implement raw fallback
    support itself.  The settings and properties are pretty much the same,
    so there's no reason not to utilize it in order to save time that could
    otherwise be spent more productively.
    9b8bc22f
obs.h 71.7 KB