π¦ ClawHub
Aliyun Mps Video Translation
by @cinience
Use when creating or managing Alibaba Cloud IMS video translation jobs via OpenAPI (subtitle/voice/face). Use when you need API-based video translation, stat...
TERMINAL
clawhub install aliyun-mps-video-translationπ About This Skill
name: aliyun-mps-video-translation description: Use when creating or managing Alibaba Cloud IMS video translation jobs via OpenAPI (subtitle/voice/face). Use when you need API-based video translation, status polling, and job management. version: 1.0.0
Category: service
IMS Video Translation (OpenAPI)
Submit video translation jobs via OpenAPI and poll results for subtitle-level, voice-level, and face-level processing.
Prerequisites
ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID (ALICLOUD_REGION_ID can be used as the default region; if unset, choose the most reasonable region and ask when unclear).Workflow
1) Prepare source file and output OSS location.
2) Submit job with SubmitVideoTranslationJob.
3) Poll status and result with GetSmartHandleJob.
4) Use ListSmartJobs / DeleteSmartJob for job management when needed.
Level Selection and Parameters
references/fields.md.references/fields.md.Notes
SupportEditing=true in the first job and reference OriginalJobId later.Validation
mkdir -p output/aliyun-mps-video-translation
echo "validation_placeholder" > output/aliyun-mps-video-translation/validate.txt
Pass criteria: command exits 0 and output/aliyun-mps-video-translation/validate.txt is generated.
Output And Evidence
output/aliyun-mps-video-translation/.References
references/sources.mdβοΈ Configuration
ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID (ALICLOUD_REGION_ID can be used as the default region; if unset, choose the most reasonable region and ask when unclear).π Tips & Best Practices
SupportEditing=true in the first job and reference OriginalJobId later.π Constraints
mkdir -p output/aliyun-mps-video-translation
echo "validation_placeholder" > output/aliyun-mps-video-translation/validate.txt
Pass criteria: command exits 0 and output/aliyun-mps-video-translation/validate.txt is generated.