Hi,
there is a performance issue to seeking the big files (longer than 30 mins) in my system. I think, not a good idea to seek the full file for thumbs. What about to limit the duration value?
Something like: get the max playtime of the video, and use that for the thumbnail point calculation - unless playtime is longer than 30 minutes -> then take 30 minutes as playtime for the calculation?
Hi,
there is a performance issue to seeking the big files (longer than 30 mins) in my system. I think, not a good idea to seek the full file for thumbs. What about to limit the duration value?
I bet performance is 99% the same with 29 min files and 98% same with 28 min files. What happens is the file probably needs to be decoded on some level (probably the seeing algorithm is bad so it cannot find the correct positions like TsReader ).
The original version (1.4.0) made the thumbs in the 1st minutes of the file instead of jump to 10-20 minutes to seek the full file. I understand the 1st minutes not to informative but seeking a 1-2 hours video is too slow.
The thumbnail generator uses ffmpeg to extract tumbs from video. I can reproduce the issue in command line so it is not MP related issue.
Is that a recent version of ffmpeg?The thumbnail generator uses ffmpeg to extract tumbs from video. I can reproduce the issue in command line so it is not MP related issue.
Is that a recent version of ffmpeg?The thumbnail generator uses ffmpeg to extract tumbs from video. I can reproduce the issue in command line so it is not MP related issue.