infery
← All models

RIFE

rife-video

Video generationby Rife

Interpolate videos with RIFE - Real-Time Intermediate Flow Estimation

Example

Details

Accepts
video

Pricing

Price
0.163 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
fpsintegerFrames per second for the output video. Only applicable if use_calculated_fps is False.
loopbooleanIf True, the final frame will be looped back to the first frame to create a seamless loop. If False, the final frame will not loop back.
video_urlrequiredstringThe URL of the video to use for interpolation.
num_framesintegerThe number of frames to generate between the input video frames.
use_calculated_fpsbooleanIf True, the function will use the calculated FPS of the input video multiplied by the number of frames to determine the output FPS. If False, the passed FPS will be used.
use_scene_detectionbooleanIf True, the input video will be split into scenes before interpolation. This removes smear frames between scenes, but can result in false positives if the scene detection is not accurate. If False, the entire video will be treated as a single scene.

Output

FieldTypeDescription
videoThe generated video file with interpolated frames.