Skip to main content

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_video with multiple tracks, per-track volume and delay_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_link or another agent tool if the source requires auth.
  • Output too large — use resize_video or convert_format to lower the resolution/codec before downstream steps.