Edit Video

Comprehensive editing with one operation. Apply effect, adjust, trim, crop, resize, change codecs, compression, framerates, etc.
To re-encode a video into a different container, codec, frame rate or bitrate while leaving the picture itself untouched, send only the video source and an export object, omitting the other parameters. For example, {"video_url": "https://example.com/input.mov", "export": {"format": "MP4", "codec": "h264", "audio_codec": "aac", "bitrate": 4000, "frame_rate": 30}} re-encodes the input as an H.264 MP4 at 4000 kb/s and 30 fps. Keep either stream as it is by leaving codec or audio_codec at default, and leave bitrate empty to let the service pick an optimal value.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
  • Supported source video formats are WEBM, MP4 and MOV.
  • The input video file cannot be bigger than 100MB.
  • The maximum resolution at the input should not be bigger than 1920x1080.
Body Params
uri
length between 1 and 2083

Source video URL.

fit
object
crop
object
export
object
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json