[FFmpeg-user] 回复: about HD530 using hevc_qsv encode 's problem

vango amd vango2008 at outlook.com
Fri Aug 4 05:16:45 EEST 2023


It works fine!  Thanks !!!

从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送

发件人: Ferdi Scholten<mailto:ferdi at sttc-nlp.nl>
发送时间: 2023年8月4日 0:26
收件人: ffmpeg-user at ffmpeg.org<mailto:ffmpeg-user at ffmpeg.org>
主题: Re: [FFmpeg-user] about HD530 using hevc_qsv encode 's problem

I’m try using ffmpeg to encode HEVC video in Windows 10 , just like this
> ffmpeg -ss 10:00 -i test.mkv -to 0:30 -c:v hevc_qsv  test2.mkv
> the ouput file test2.mkv can be played , but it  can’t be fast forward or back forward, once use the left key or right key to seek the movie,
> the video will be frozen.
> I’ve tried some paras ,  -idr_interval  …
> They all can’t work.
> How can I solve this problem
Setting a gop size might do the trick use -g with a sane number
depending on the framerate of your video.
e.g. specifying -g 60 with a video that has a framerate of 60 will have
a keyframe every second. Most players seek forward/backward using keyframes.

However keyframes take more space so the more keyframes you have, the
bigger the video will become. So better seekability comes with a bigger
filesize.
>
> My CPU i5-6500
> Video card is HD530
> Memory 16G
>
>
> 从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-user mailing list