Closed saddam213 closed 11 months ago
Add initial support for handling video, with all the newer model being video it time to get this groundwork in for when an ONNX model shows up
Will be using FFMPEG for decoding and encoding video, it supports most video formats and also GIF
FFMPEG
GIF
Implementation of the decoded frames will be in PNG format as its already widely used within the app so for now this an easy integration.
Add initial support for handling video, with all the newer model being video it time to get this groundwork in for when an ONNX model shows up
Will be using
FFMPEG
for decoding and encoding video, it supports most video formats and alsoGIF
Implementation of the decoded frames will be in PNG format as its already widely used within the app so for now this an easy integration.