Convert Video

Introduction

This API lets you convert the video to other formats. You can also adjust video properties such as FPS, resolution, volume level etc. The same API also lets you watermarking the video. List of supported formats is given here.

Resource URI

Please check Aspose.Video Cloud API Reference guide for API URL, parameters, request and response details of the convert API.

cURL Example

SDKs

The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.

SDK Examples

Case 1: Convert video from avi to mp4 format

The API save converted video on the Cloud and returns an object that contain information about the converted video.

Case 2: Add text watermark into the video

The API returns an object that contains information about the resulting video.

Case 3: Add image watermark into the video

The API returns an object that contains information about the resulting video.

Case 4: Change video resolution

The API returns an object that contains information about the resulting video.

Case 5: Encode the video with different codec

The API returns an object that contains information about the resulting video.

Case 6: Increase video playback speed

The API returns an object that contains information about the resulting video.

Case 7: Decrease video playback speed

The API returns an object that contains information about the resulting video.

Case 8: Adjust video aspect ratio

The API returns an object that contains information about the resulting video.

Case 9: Make sound of the video quieter half of the original

The API returns an object that contains information about the resulting video.

Case 10: Adjust video bitrate

The API returns an object that contains information about the resulting video.

Case 11: Adjust video FPS

The API returns an object that contains information about the resulting video.