AI Agent Hub
Back to skills
Tencent Cloud MPS International icon

Tencent Cloud MPS International

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @tencent-adm/tencent-mps-intl into the AI assistant.

About this skill

Problem

Media processing requests often mix up task types, regions, and billing boundaries. This skill targets Tencent Cloud MPS International and maps requests such as transcoding, enhancement, erasure, subtitles, quality inspection, image processing, and AIGC to fixed Python scripts, so video erasure is not sent to image processing, enhancement is not treated as transcoding, and tasks are not submitted without checking the region.

How It Works

  • Commands only: It emits python3 scripts/<script>.py [arguments], presents completed result links as Markdown, and always displays the Task ID.
  • Polling by default: Scripts wait for results unless --no-wait is used; video, image, and AIGC tasks can be queried with their matching scripts.
  • Script boundaries: mps_transcode.py handles transcoding, mps_enhance.py handles enhancement and audio separation, mps_erase.py handles video erasure, mps_imageprocess.py handles image work, and subtitle, QC, and dubbing use separate scripts.
  • Region limits: The international endpoint mps.intl.tencentcloudapi.com supports overseas regions only and excludes mainland China regions.
  • Billing checks: Processing tasks incur charges, so the command must be restated and confirmed before submission; use --dry-run when uncertain. Query, upload, and download scripts do not require a billing confirmation.

Use Cases

  • Submit `mps_enhance.py` enhancement jobs when legacy footage needs 1080P or 4K upgrades and stabilization.
  • Run `mps_qualitycontrol.py` QC jobs to check blur, screen corruption, and audio-video anomalies.
  • Choose imageprocess, cutout, or padding jobs for watermark removal, cutout, or canvas expansion.
  • Use `mps_dubbing.py` with tts or async-tts for long-form dubbing or voice cloning.

Best For

  • Media engineers responsible for online video quality and compatibility, who need batch transcoding, enhancement, and QC.
  • Content operators publishing short videos, who need watermark removal, subtitle extraction, dubbing, and highlight clips.
  • Image editing or design engineers, who need cutout, outpainting, restoration, detection, and image understanding.
  • Application developers integrating Tencent MPS, who need Python commands and TaskId queries.