Re: [FFmpeg-user] Problem with recorded YouTube stream

2020-05-01 Thread H
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

Re: [FFmpeg-user] Issue with hardware decoding of H265 video stream via QSV

2020-05-01 Thread Carl Eugen Hoyos
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

[FFmpeg-user] Issue with hardware decoding of H265 video stream via QSV

2020-05-01 Thread Vivekanand
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