infery
← All models

FILM

film

Image editby Film

Interpolate images with FILM - Frame Interpolation for Large Motion

images

Details

Accepts
image

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 output_type is 'video'.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
num_framesintegerThe number of frames to generate between the input images.
include_endbooleanWhether to include the end image in the output.
output_typestringenum: images, videoThe type of output to generate; either individual images or a video.
image_formatstringenum: png, jpegThe format of the output images. Only applicable if output_type is 'images'.
end_image_urlrequiredstringThe URL of the second image to use as the ending point for interpolation.
include_startbooleanWhether to include the start image in the output.
video_qualitystringenum: low, medium, high, maximumThe quality of the output video. Only applicable if output_type is 'video'.
start_image_urlrequiredstringThe URL of the first image to use as the starting point for interpolation.
video_write_modestringenum: fast, balanced, smallThe write mode of the output video. Only applicable if output_type is 'video'.

Output

FieldTypeDescription
videoThe generated video file, if output_type is 'video'.
imagesarrayThe generated frames as individual images.