umezawatakeshi / utvideo

Ut Video Codec Suite - fast lossless video codec
http://umezawatakeshi.github.io/utvideo/
GNU General Public License v2.0
288 stars 12 forks source link

What are the FFMPEG settings codes of Ut video in OBS? #35

Closed Cuberlain closed 3 years ago

Cuberlain commented 3 years ago

Hello Umezawatakeshi !

I would like to know, what are the FFMPEG settings codes of Ut video in OBS?

Thank you for your reply and help!

Picture of the issue:

https://i.ibb.co/jwn8wZq/k-p.png

Best regards! Bye!

umezawatakeshi commented 3 years ago

OBS doesn't use my implementation (The implementation in FFmpeg is not written by me). I don't know how to configure it.

jpovixwm commented 3 years ago

Hi. You can get a list of the available options by invoking ffmpeg as follows: ffmpeg --help encoder=utvideo. The output will look something like this:

Encoder utvideo [Ut Video]:
    General capabilities: threads
    Threading capabilities: frame
    Supported pixel formats: gbrp gbrap yuv422p yuv420p yuv444p
utvideo AVOptions:
  -pred              <int>        E..V...... Prediction method (from 0 to 3) (default left)
     none            0            E..V......
     left            1            E..V......
     gradient        2            E..V......
     median          3            E..V......