JHLew / MoMo

Implementation of "Disentangled Motion Modeling for Video Frame Interpolation"
https://arxiv.org/abs/2406.17256
89 stars 0 forks source link

Targeted fps mode? ffv1 (archival) mode codec support, or pro res xq (ffmpeg)? #1

Closed zelenooki87 closed 4 months ago

zelenooki87 commented 4 months ago

Hi, thank you for wonderfull project. This is the best frame interpolation method I have ever seen. I have not realized how to run targeted fps instead of 2x(by default) framerate interpolation. Is there a such option? Could you modify code to support ffv1(looosless) codecs, or prores xq, hq? and output video to keep audio (or convert it to aac 320kbps) Thank you very much in advance :)

zelenooki87 commented 4 months ago

In meantime I created script for batch input support. You need ffmpeg installed. FFV1 is default format, you can change it. original audio supported script located here: https://pastebin.com/fhyccLeT example of usage: accelerate launch batch.py --input_dir input --output_dir output --mp bf16

JHLew commented 4 months ago

Thank you for your interest in our work.