Remove the video of the video unmanned part of the new video / 去除视频无人声部分
713
docker-compose.yml
version: "3"
services:
autocut-compress:
restart: always
environment:
- auto_file_update_time_gt=60 # Files with automatic conversion update time greater than N seconds / 自动转换更新时间大于N秒的文件
- file_extensions="mp4,mkv,mov" # Converted file suffix / 转换的文件后缀
- whisper_model="small" # Transcription model default "small", Optional "tiny"、"base"、"medium" and "large" / 转录模型 默认 "small", 可选 "tiny"、"base"、"medium" 和 "large"
volumes:
- /data/autocut/video/auto:/autocut/video/auto # Automatic conversion directory / 自动转换目录
- /data/autocut/video/out:/autocut/video/out # Conversion output directory / 转换输出目录
- /data/autocut/log:/autocut/log # Log directory / 日志目录
- /data/autocut/cache:/root/.cache # Model directory / 模型目录
image: lambdaexpression/autocut-compress:latest
Content type
Image
Digest
sha256:c967465db…
Size
1.2 GB
Last updated
over 2 years ago
docker pull lambdaexpression/autocut-compress