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
This sounds like a good idea. It will need a fair bit more code than the current format::input function (which should probably be called format::input_from_path) because reading from memory will require a custom AVFormatContext and AVIOContext AFAIK.
current video is from
path
, which implemented calledformat::input
, for example,if that is possible to expose the API, for example,
let mut ictx = format::from_bytes(&self.buffer)?;
The text was updated successfully, but these errors were encountered: