You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a previous issue the following options where given as working with FFmpegFrameRecorder and I am assuming the same goes for FFmpegFrameGrabber. Though it would be great to have a full list of options that work. For my part I would like to know whether the loglevel option can be set or not? (I tried setting the option, but it did not change anything)
I did some more debugging and found that both pixel_format and loglevel options are rejected by FFmpegFrameGrabber. I figured this out using a debugger and dumping the options after calling avformat_open_input, which should then include any rejected options.
In a previous issue the following options where given as working with FFmpegFrameRecorder and I am assuming the same goes for FFmpegFrameGrabber. Though it would be great to have a full list of options that work. For my part I would like to know whether the
loglevel
option can be set or not? (I tried setting the option, but it did not change anything)Originally posted by @saudet in #1356 (comment)
The text was updated successfully, but these errors were encountered: