Media Editor
Runs ffmpeg on our servers. Takes public HTTPS URLs as input and returns
agent_file objects with a public_url you can feed into the next step.
What it can do
- Audio mix:
mix_audio_to_videowith multiple tracks, per-trackvolumeanddelay_seconds; keep or replace original audio. - Video:
concatenate_videos,resize_video,remove_audio,crop_video,replace_audio,convert_format,create_gif,create_video_from_images,extract_frames,extract_last_frame. - Audio:
extract_audio,add_silence,normalize_audio,merge_audio_files.
How to get credentials
None — Media Editor is a built-in tool. It runs on FlyMyAI infrastructure using your account. Just enable it.
Fields to fill in FlyMyAI
None.
Troubleshooting
- Input URL not fetched — the URL must be a direct public HTTPS link.
Pre-upload via
download_linkor another agent tool if the source requires auth. - Output too large — use
resize_videoorconvert_formatto lower the resolution/codec before downstream steps.