Convert

Easily convert a video file from one format to another to make them compatible with different devices or platforms, or to reduce the file size for easier storage or sharing.

Request parameters

  • Name
    to
    Type
    string
    required
    Description

    Conversion format

  • Name
    video
    Type
    boolean
    required
    Description

    Video file to convert

  • Name
    metadata
    Type
    timestamp
    Description

    Arbitrary metadata to associate with this process

HTTP Endpoint

POST
https://api.editframe.com/v2/videos/convert

Response

{
  "id": "RNVqM4mQBX",
  "timestamp": 1665085221,
  "status": "processing"
}

Examples

Convert an MP4 video to MOV format

curl --location --request POST 'https://api.editframe.com/v2/videos/convert' \
  --header 'Authorization: Bearer YOUR_API_TOKEN' \
  --form 'video=@"/Users/mac/Downloads/video.mp4"' \
  --form 'to="mov"'

Supported Formats

avi, f4v, flv, mkv, mov, mp4, swf, webm, wmv