AnimMouse / ffmpeg-stable-autobuild

Automated stable nonfree builds of FFmpeg for Windows using GitHub Actions
https://www.animmouse.com/projects/ffmpeg-stable-autobuild/
Mozilla Public License 2.0
203 stars 8 forks source link

No seeking on decoded hevc qsv files #120

Closed deckeys closed 11 months ago

deckeys commented 11 months ago

The stable build seems to have problems with decoding files with hevc_qsv, no matter what input codec has been used. The seeking of the video is not working, in ffplay I get this message when trying to seek: seek_frame_generic failed as this stream seems to contain no keyframes after the target timestamp I have tested these builds: ffmpeg-n6.0-479a046-win64-nonfree and ffmpeg-n6.0-3e8c1fa-win64-nonfree

Surprisingly builds from AnimMouse/ffmpeg-autobuild work just fine and have no seeking problems with when decoding video with hevc_qsv with these nightly builds.

AnimMouse commented 11 months ago

Can you try on version 6.1 if the problem has been fixed?

deckeys commented 11 months ago

Yes, seeking is now working, no errors in ffplay this time. Tried with both ffmpeg-n6.1-479a046-win32-nonfree and ffmpeg-n6.1-479a046-win64-nonfree. I used the same file and arguments like last time.

AnimMouse commented 11 months ago

Nice, glad it was fixed on the new version.