Practical-RIFE icon indicating copy to clipboard operation
Practical-RIFE copied to clipboard

FFMPEG arguments?

Open 65MDVK opened this issue 1 year ago • 2 comments

I tried to find where to put ffmpeg arguments, such as -qp 0, to get a lossless output, didn't manage it. Trying video interpolation on google colab.

65MDVK avatar Apr 01 '24 19:04 65MDVK

Bro i also have the same problem, i want to know how to change output paraments to get a good output, since i hate I'm getting MPEG4 codec with low bitrate

Hikari2w2 avatar Jun 07 '24 21:06 Hikari2w2

For the time being, based on thousands of runs using RIFE, and based on the documentation, you would be better off to enable the --png option for the call python inference_video.py. You can then use FFmpeg to compile the output frames with whatever FFmpeg options you want, but as for the video compilation, Practical-RIFE uses cv2 to write the frames to the video.

AIManifest avatar Jun 18 '24 06:06 AIManifest