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
The current API av.CodecContext.decode returns a list of frames; Is it possible to have a decode_lazy method to get rid of the overhead of decoding unused frames?
The current API
av.CodecContext.decodereturns a list of frames; Is it possible to have adecode_lazymethod to get rid of the overhead of decoding unused frames?