infery
← All models

FILM

film-video

Video generationby Film

Interpolate videos with FILM - Frame Interpolation for Large Motion

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.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
video_urlrequiredstringThe URL of the video to use for interpolation.
num_framesintegerThe number of frames to generate between the input video frames.
video_qualitystringenum: low, medium, high, maximumThe quality of the output video. Only applicable if output_type is 'video'.
video_write_modestringenum: fast, balanced, smallThe write mode of the output video. Only applicable if output_type is 'video'.
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.