<div dir="ltr">From what I read in the documentation input seeking in modern version of
 ffmpeg should be almost as accurate as output seeking, but this is not 
true if the input is an HLS file, I tried both with 4.2.x release and 
master, and this is the case, for instance in a file like the following 
one with 1 keyframe every 6 seconds:<br><br>ffmpeg-4.2 -y -ss 861 -i <a href="http://wycutters.wyscout.com/box/recchiavari201/hls-30s/hls-30s.m3u8" target="_blank">http://wycutters.wyscout.com/box/recchiavari201/hls-30s/hls-30s.m3u8</a> -f image2 -q:v 1 -vframes 1 ~/Desktop/+1.png<br>ffmpeg-4.2 -y -ss 859 -i <a href="http://wycutters.wyscout.com/box/recchiavari201/hls-30s/hls-30s.m3u8" target="_blank">http://wycutters.wyscout.com/box/recchiavari201/hls-30s/hls-30s.m3u8</a> -f image2 -q:v 1 -vframes 1 ~/Desktop/0.png<div>ffmpeg-4.2 -y -ss 859 -i <a href="http://wycutters.wyscout.com/box/recchiavari201/hls-30s/hls-30s.m3u8" target="_blank">http://wycutters.wyscout.com/box/recchiavari201/hls-30s/hls-30s.m3u8</a> -f image2 -q:v 1 -vframes 1 ~/Desktop/-1.png<br></div><div><br></div><div>... all gives the same image.<br><br></div><div>This has been noticed before also in this list:<br><br><a href="http://www.ffmpeg-archive.org/HLS-accurate-seeking-vs-MP4-td4685570.html" target="_blank">http://www.ffmpeg-archive.org/HLS-accurate-seeking-vs-MP4-td4685570.html</a><br><br></div><div>A ticket has been written:<br><br><a href="https://trac.ffmpeg.org/ticket/7485" target="_blank">https://trac.ffmpeg.org/ticket/7485</a><br><br></div><div>.... and more than a year and half ago a patch has been made that fixes this issue:<br><br><a href="https://patchwork.ffmpeg.org/project/ffmpeg/patch/20181024125015.65290-2-nick.paul.ryan@gmail.com/" target="_blank">https://patchwork.ffmpeg.org/project/ffmpeg/patch/20181024125015.65290-2-nick.paul.ryan@gmail.com/</a><br><br></div><div>I've
 tried to apply this patch to 4.2.x branch and it works as expected (the
 three images have the clock hud with different seconds).<br><br></div><div>My question is:<br><br></div><div>Why this patch has not been applied to the official version? <br><br></div><div>It is somewhat broken i a way I can not see?<font color="#888888"><br></font></div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Bye,<br> Gabry<br><br></div></div>