infery
← All models

V1.1 Video to Video Sound Effects

v1.1-video-to-video-sound-effects

Video generationby Sonilo

Adds synchronized, royalty-free, commercial-use-safe sound effects to a video. Returns the finished video with the generated audio mixed in.

Example

Details

Accepts
video

Pricing

Price
1.13 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
promptOptional. Describe the kind of sound you want; it steers the generated audio for every scene. Leave empty to caption the video automatically.
segmentsOptional. Split the video into time ranges, each with its own sound description. Leave empty to split into scenes automatically.
video_urlrequiredstringThe video to add sound to (public URL, or upload a file). The generated audio matches the video's length.
audio_formatstringenum: wav, mp3, aac, flacFormat of the returned audio file: aac (default), mp3, wav, or flac. (The video with sound is always AAC.)

Output

FieldTypeDescription
audioThe generated sound as a separate audio file.
videoThe video with the generated sound added (mp4). If no source video was given, this is an audio-only mp4.
videosarrayAll result videos (mp4), one per sample.