How to implement capped crf #158
Unanswered
mdsohelmia
asked this question in
Q&A
Replies: 1 comment
-
You need to provide a dictionary containing the proper options in the // Create dictionary
d := astiav.NewDictionary()
// Make sure to free it
defer d.Free()
// Parse dictionary
d.ParseString("preset=medium,crf=23", "=", ",", 0)
// Open codec context with the dictionary
encoderCtx.Open(codec, d) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions