Help Center/ Media Processing Center/ FAQs/ API and SDK Usage/ Does MPC Support Video Rotation?
Updated on 2026-02-27 GMT+08:00

Does MPC Support Video Rotation?

Yes. You can call the API or transcoding SDK to configure video control parameters during transcoding to rotate your video.

API Calling

  1. Upload a source video to OBS. For details, see Uploading Media Files.
  2. Call the API for creating a transcoding task. Configure input, output, IDtrans_template_id, and video_process to start transcoding.

  3. Call the API for querying transcoding tasks. If the transcoding is successful, log in to the OBS console to download the output file based on its path.

SDK Calling

  1. Upload a source video to OBS. For details, see Uploading Media Files.
  2. Configure video control parameters when creating a transcoding task and start transcoding.
  3. Query transcoding tasks. If the transcoding is successful, log in to the OBS console to download the output file based on its path. For details, see Downloading an Object.