AlexPresso / VideoStation-FFMPEG-Patcher

Patcher to enable DTS, EAC3 and TrueHD transcoding support to Synology VideoStation (from DSM 6.2 to DSM 7.0 and above ; ffmpeg4, 5, 6, 7 ready)
1.06k stars 102 forks source link

Can't create any thumbnail of new video. #114

Closed lsvf0240 closed 11 months ago

lsvf0240 commented 11 months ago

The videoStation can not create any thumbnail of new input videos,after patched. How can I uninstall this patcher or salute this problem.thanks!

AlexPresso commented 11 months ago

Hi, Please follow the issue template when posting a bug and give me the output of the issue-report script. I can't help you without these informations. https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher/blob/main/.github/ISSUE_TEMPLATE/bug_report.md

AlexPresso commented 11 months ago

Hi, I recently fixed a permission issue when the ffmpeg wrapper tried to load utils scripts (used to fix ffmpeg arguments generated by VideoStation), could you please give it a try to check if your problem is solved ?

https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher/releases/tag/3.0

AlexPresso commented 11 months ago

Hi, after doing some tests in SynoPhoto, I was able to reproduce the issue. In fact, the thumbnail generation is working but is extremely slow. I decided to change the execution order to make ffmpeg first try to run the default passed args (instead of edited args). It will make it work back at usual.