Help Center> Media Processing Center> FAQs> API and SDK Usage> Does MPC Support Video Rotation?

Does MPC Support Video Rotation?

Yes. You can call the APIor transcoding SDK to set 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. Set input, output, IDtrans_template_id, and video_process to start transcoding.
  3. Call the API for querying transcoding tasks. If a message indicating that the transcoding is successful is displayed, 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. Create a transcoding task, set video control parameters, and start transcoding.
  3. Query the transcoding task. If a message indicating that the transcoding is successful is displayed, log in to the OBS console to download the output file based on its path. For details, see Downloading a File.