Closed R8KwEwN2hvrhY closed 1 year ago
亲爱的用户,请使用英语语言(我建议您使用ChatGPT进行翻译)
I recently pushed a new version of the patcher and the wrapper, please do the following (as a root user) to update:
curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash -s -- -a unpatch
curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash
If the subtitles are not recognized, this is not an issue with the patcher or wrapper, but a VideoStation's issue.
Please also provide the required logs so I can analyze further issues (if any).
Thank you
Feel free to reopen this issue (or a new one) with all the required informations
Before posting any bug issue, please make sure you have patched a clean VideoStation / AME install by doing the following:
System details
Describe the bug A clear and concise description of what the bug is.
Provide Log files
sudo -i
ffmpeg.log
(containing the ffmpeg-wrapper execution logs)cd /tmp
ls -al | grep ffmpeg
to list all files containing "ffmpeg" and check you have one namedffmpeg.log
tail -200 ffmpeg.log
to print the last 200 lines to the consoleffmpeg-FFMxxxx.stderr
(containing chunks transcoding operations)ls -al | grep ffmpeg
you should have seen another file that looks likeffmpeg-FFMxxxx.stderr
tail -100 ffmpeg-FFMxxxx.stderr
(replacing the filename by the correct one)head -300 ffmpeg-FFMxxxx.stderr
(replacing the filename by the correct one)Additional context Add any other context about the problem here.
dsm 6.2.4 videostation 2.5,试过很多方法都是转圈不出画,博主的东西倒是可以出画了,不过mkv内置字幕没识别出来,这个应该可以研究修正一下的