图文视频合并bug修复,有些视频尺寸是奇数的,不符合H264编码要求,强制给尺寸+1

This commit is contained in:
jianzhichu
2026-01-03 21:56:33 +08:00
parent 0d35e4665c
commit b866cab3d8
10 changed files with 47 additions and 79 deletions
+4 -4
View File
@@ -96,8 +96,8 @@ Cookie 及 `sec_user_id` 是同步功能的核心,需严格按步骤获取,
| 镜像标签 | 架构 |
| ----------------- | -------------- |
| `beta_1.9.5` | x86_64 (amd64) |
| `arm_1.9.5` | ARM64 |
| `beta_1.9.6` | x86_64 (amd64) |
| `arm_1.9.6` | ARM64 |
### 构建命令示例
@@ -114,7 +114,7 @@ docker run -d --restart=always \
-v /opt/dysync/uper:/app/uper \
-p 10101:10101 \
--name dysync2026 \
ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.5
ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.6
```
@@ -127,7 +127,7 @@ version: '3.8'
services:
dysync:
image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.5
image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.6
container_name: dysync2026 # 容器名称
restart: unless-stopped # 始终重启容器,除非容器被手动停止或Docker服务停止
ports: