You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using nginx-vod-module for generating thumbnails for some videos. I'm using vod_thumb_accurate_positioning off; to speed up generating thumbnails by just using keyframes.
It works great with normal mp4 videos. But with an interlaced video, it returns 500 error and this line in the error log:
2024/03/18 17:43:50 [error] 125515#0: *3 thumb_grabber_write_frame: no frames were decoded while processing frames, client: 127.0.0.1, server: , request: "GET /thumb/letterman.mp4/thumb-20000.jpg HTTP/1.1", host: "od28ibf82jf4xjvy5354.push-0.cdn77.com"
Without the vod_thumb_accurate_positioning it generates thumbnails even for interlaced videos but it takes some time to generate them.
Version
I am using version 1.33 of the nginx-vod-module and version 1.24. of the nginx itself. Compiled in this way:
auto/configure --add-module=nginx-vod-module/
make -j
I have this version saved as letterman.mp4 and a deinterlaced version of the same file as letterman2.mp4 (converted by ffmpeg -i letterman.mp4 -filter:v yadif=0:-1:0 letterman2.mp4). Then testing by curl:
Hello, I am using nginx-vod-module for generating thumbnails for some videos. I'm using
vod_thumb_accurate_positioning off;
to speed up generating thumbnails by just using keyframes.It works great with normal mp4 videos. But with an interlaced video, it returns 500 error and this line in the error log:
Without the
vod_thumb_accurate_positioning
it generates thumbnails even for interlaced videos but it takes some time to generate them.Version
I am using version 1.33 of the nginx-vod-module and version 1.24. of the nginx itself. Compiled in this way:
Configuration to reproduce
This is minimal nginx.conf to reproduce:
Tested on several videos. For example interlaced MP4 video from some thread of the videohelp.com forum:
https://forum.videohelp.com/attachments/56920-1611374890/20090227_233739-H.264.m2ts_1080i_interlaced_letterman_sample.mp4
I have this version saved as
letterman.mp4
and a deinterlaced version of the same file asletterman2.mp4
(converted byffmpeg -i letterman.mp4 -filter:v yadif=0:-1:0 letterman2.mp4
). Then testing by curl:The text was updated successfully, but these errors were encountered: