Using Maxine together with ffmpeg

I have an ffmpeg command that processes some video files (cropping, scaling, etc). I’d also like to apply some upscaling with Maxine. I know in ffmpeg you can chain filters together. Is it possible to do a Maxine upscale as one of the filters in that chain? I am trying to save time and prevent quality loss from repeated encoding. (I am not that experienced with video processing so don’t know the details of how it works…)

Hi Chris, the Maxie upscale is an SDK and would need to be integrated as a filter to enable use with FFMPEG. It is certainly possible to do so. This would enable you to raise the resolution of lower resolution video prior to encoding it.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.