On Mon, Apr 13, 2020 at 9:30 PM Mark Thompson wrote:
>
> On 13/04/2020 13:02, Jun Zhao wrote:
> > From: Jun Zhao
>
> Typo "hwaccels" in subject.
>
Missed this comment,sadly,
> > when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always
> > dump redundancy acceleration methods for QSV
On Mon, Apr 13, 2020 at 9:22 PM Andriy Gelman wrote:
>
> On Mon, 13. Apr 20:02, Jun Zhao wrote:
> > From: Jun Zhao
> >
> > when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always
> > dump redundancy acceleration methods for QSV like:
> >
> > Hardware acceleration methods:
> > vaapi
On 13/04/2020 13:02, Jun Zhao wrote:
> From: Jun Zhao
Typo "hwaccels" in subject.
> when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always
> dump redundancy acceleration methods for QSV like:
Perhaps:
"""
When QSV is enabled in FFmpeg, the command "ffmpeg -hwaccels" shows a
dupl
On Mon, 13. Apr 20:02, Jun Zhao wrote:
> From: Jun Zhao
>
> when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always
> dump redundancy acceleration methods for QSV like:
>
> Hardware acceleration methods:
> vaapi
> qsv
> drm
> opencl
> qsv
>
> Signed-off-by: Jun Zhao
> ---
> ffto
From: Jun Zhao
when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always
dump redundancy acceleration methods for QSV like:
Hardware acceleration methods:
vaapi
qsv
drm
opencl
qsv
Signed-off-by: Jun Zhao
---
fftools/ffmpeg_opt.c | 4
1 file changed, 4 deletions(-)
diff --git