h5ai icon indicating copy to clipboard operation
h5ai copied to clipboard

Movie thumbs no ERROR

Open PanameraDev opened this issue 3 years ago • 2 comments

Hello I can't do that with that, I have a Debian 10 server and did everything, Yes is written everywhere, only that doesn't work how do I go before it?

Movie thumbs no Command line program avconv or ffmpeg available

PanameraDev avatar Oct 11 '20 04:10 PanameraDev

Please provide more information, and write better english.

I'm also running Debian 10 with all modules showing up green (ffmpeg). Some video files (webm, mp4) fail to load a thumbnail while other files (same types) work just fine. Can't find any log anywhere.

It seems to do this consistently, as in, deleting all thumbnails and regenerating them yields the same number of thumbnails, and the same files are missing their thumbnails. it's probably a problem with the ffmpeg backend. In my case, some of the files that fail seem to be related (generated by the same person), so it could be a decoding issue as well. Needs more investigations.

glubsy avatar Nov 08 '20 19:11 glubsy

I found the reason why my thumbnails are not working: ffmpeg is called with the argument -ss 0:00:10, which fail to render an output file for any video file that is shorter than 10 seconds.

Perhaps a solution would be to first call ffprobe and get the actual duration of the file, then call ffmpeg with the adjusted argument.

glubsy avatar Nov 08 '20 21:11 glubsy