On 04/22/2020 02:04 PM, Carl Zwanzig wrote:
> On 4/22/2020 10:39 AM, H wrote:
>
>> I downloaded the latest version for CentOS 7 from the ffmpeg website
>> after your first e-mail and my two previous posts were based on that.
> And that is not the _latest_ ffmpeg (forget about "for centos", it's not
Am Fr., 1. Mai 2020 um 22:37 Uhr schrieb Vivekanand
:
> I am trying to decode H265 frames in hardware (QSV) via ffmpeg (3.4.7) on
> Intel CPU. Following command works perfectly on terminal ( OS : CentOS):
>
> * build/lin_x64/bin/ffmpeg **-c:v hevc_qsv -load_plugin hevc_hw **-hwaccel
> qsv -i -f
Hello,
I am trying to decode H265 frames in hardware (QSV) via ffmpeg (3.4.7) on
Intel CPU. Following command works perfectly on terminal ( OS : CentOS):
* build/lin_x64/bin/ffmpeg **-c:v hevc_qsv -load_plugin hevc_hw **-hwaccel
qsv -i -f null -*
I am trying to re-produce similar behaviour via