fix(ffmpeg): 增加8.1.的下载地址, 修复ts文件在新的jdk17镜像下转码失败的BUG#63
Merged
Conversation
cyccycy
previously approved these changes
Jun 15, 2026
jss-tg
requested changes
Jun 16, 2026
jss-tg
left a comment
Collaborator
There was a problem hiding this comment.
旧版的内容可以删掉吧?
新版下载下来,后面的解压命令,复制bin文件的命令,路径没变吗?
- 移除旧版 7.x 下载地址 - 解压命令改为 8.1 包名 - copy 路径改为 8.1 构建包的 bin/ 子目录 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
避免依赖 BtbN 上游 release,统一使用 TranscodeGroup/docker v1.0.7 托管。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
xiaorongnie
commented
Jun 18, 2026
xiaorongnie
left a comment
Contributor
Author
There was a problem hiding this comment.
Review 结论:LGTM
PR 目标清晰:将 FFmpeg 静态编译版本升级到 8.1,解决 JDK 17 新镜像下 ts 转码 Segmentation fault 的问题。
检查项
- 旧版 7.x 下载地址已移除
- 下载链接已切换到自有 release (https://github.com/TranscodeGroup/docker/releases/tag/v1.0.7),避免上游 release 被删除导致文档失效
- 解压命令与包名一致
- copy 路径已修正为 8.1 构建包的实际
bin/子目录 - README 步骤可完整执行
小建议
后续若 FFmpeg 小版本迭代,建议同步更新 release asset 文件名和 README 中的版本号,保持一致。
便于追溯该构建包来自 BtbN 自动构建的原始下载地址。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jss-tg
approved these changes
Jun 18, 2026
TranscodeGroupDeveloper
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
可能是因为jdk17依赖了最新的Ubuntu系统版本, jimi的ts文件, 在宿主机转码成功,在docker镜像内提示Segmentation fault (core dumped), 所以更新到8x版本