-
-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
默认使用ffmpeg进行mp4解密 #504
默认使用ffmpeg进行mp4解密 #504
Conversation
BREAKING CHANGE
realted: #233 |
大佬,请问有编译好的版本可以直接下载了吗?还是需要自己自行编译?或者什么时候会放出新版本?谢谢。 |
进入 Actions,选择最近一次 Build Latest,滚动条拉到最下面,有这次构建做出来的包 |
啊啊,太感谢了。在手机上看了半天,最下面那几个文件都没有下载按钮。用电脑浏览器看到了。 |
@shellcmd89 登录才可以下载Actions的东西 |
谢谢大佬提示,已经下到新版了,github相关的东西了解的还是不够多。 |
revoked: #522 |
彻底移除ffmpeg解密了还是仍然保留解密功能的选项?保存为中文名日文名的时候mp4decrypt确实会解密失败,至少在我的电脑上是这样。经过测试shaka特定版本和ffmpeg都能解中日文文件名,所以如果可能的话还是希望保留ffmpeg解密功能,--use-ffmpeg-decrypt。 |
@shellcmd89 依然可以使用ffmpeg进行解密,而且mp4decrypt无法解密中文的问题已经在最新构建中修复。 |
Update: this changes has been revoked.
破坏性修改鉴于mp4decrypt对中文支持程度不佳,且官方没有修改意愿,本程序的默认解密程序已经切换到ffmpeg。软件同时保留了对于mp4decrypt的支持,你可以新的选项:--use-mp4decrypt
Breaking ChangeDue to the poor support for Chinese in mp4decrypt and the lack of intention from the official team to make changes, the default decryption program in this software has been switched to ffmpeg.The software also retains support for mp4decrypt. You can use the new option:--use-mp4decrypt
.