Audio & Video
Sample, trim, transcode and take frames out of media.
10 live · 0 planned
- See what is in an audio file5 CR credits per calloperationalDuration, codec, bitrate, channels and any tags the file carries.POST /v1/media/audio-metadata
- Take a clip out of an audio file5 CR credits per calloperationalPull a fixed-length sample from any point in a longer recording.POST /v1/media/audio-sample
- Change an audio file's format5 CR credits per calloperationalMP3, WAV, OGG, FLAC or M4A, at a bitrate you pick.POST /v1/media/audio-convert
- Get the sound out of a video5 CR credits per calloperationalThe soundtrack on its own, as MP3 or WAV.POST /v1/media/video-extract-audio
- Even out the volume5 CR credits per calloperationalBring a recording to a standard loudness so it does not jump against everything else.POST /v1/media/audio-normalize
- Cut an audio file down5 CR credits per calloperationalKeep the part between two timestamps and drop the rest.POST /v1/media/audio-trim
- Cut a video down5 CR credits per calloperationalKeep the section you want, copying the streams where possible so it stays fast and lossless.POST /v1/media/video-trim
- Grab a frame from a video5 CR credits per calloperationalOne frame at the moment you choose, as a still image.POST /v1/media/video-thumbnail
- Turn a clip into a GIF5 CR credits per calloperationalA section of video as an optimised animated GIF, with a palette generated for it.POST /v1/media/video-to-gif
- Draw an audio waveform5 CR credits per calloperationalThe picture a player shows above a track, as a transparent PNG you can drop into a page.POST /v1/media/audio-waveform