Alibabacloud Video Editor
by @sdk-team
Video editing tool that requires no ffmpeg installation. All video processing is executed in the cloud - no local ffmpeg installation needed. If both input a...
> Pre-check: Install Python Dependencies >
> pip install -r requirements.txt
> > Pre-check: Alibaba Cloud Credentials Required
>
> Scripts automatically obtain credentials via the Alibaba Cloud default credential chain, supporting the following methods (in priority order):
> 1. Environment variable credentials
> 2. Configuration file: ~/.alibabacloud/credentials.ini
> 3. ECS RAM Role (when running on ECS)
>
> It is recommended to use the aliyun configure command to set up credentials:
>
> aliyun configure
>
> Or refer to the Alibaba Cloud Credential Configuration Documentation to configure the default credential chain.> OSS Bucket Configuration > > OSS upload functionality requires Bucket information to be configured via environment variables: >
> export OSS_BUCKET=your_bucket_name
> export OSS_ENDPOINT=oss-cn-shanghai.aliyuncs.com
>
> If OSS_BUCKET is not configured, list the buckets under the customer's current account and let the customer choose one as the output bucket for the final video.
>
> OSS operations reuse the Alibaba Cloud default credential chain; no separate OSS credential configuration is needed.> User-Agent Configuration
>
> All Alibaba Cloud service calls must set User-Agent to AlibabaCloud-Agent-Skills.
> The script scripts/video_editor.py has already automatically configured this User-Agent.
clawhub install alibabacloud-video-editor