Re: [FFmpeg-user] HEVC acceleration

2020-07-01 Thread Mohammed Bey Ahmed Khernache
Hi Andriy, Thank you for the patch. Now, the hardware decoding is working fine. Here's how I applied the patch: git apply -v Mohammed > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To

Re: [FFmpeg-user] HEVC acceleration

2020-06-25 Thread Andriy Gelman
On Thu, 25 Jun 2020 at 15:27, Mohammed Bey Ahmed Khernache < mohbeyi...@gmail.com> wrote: > > You should probably also try with older FFmpeg versions... > I tried with an older version of ffmpeg (3.4.7), and it works. > The issue is that I don't see any difference when using ffmpeg with and >

Re: [FFmpeg-user] HEVC acceleration

2020-06-25 Thread Mohammed Bey Ahmed Khernache
> You should probably also try with older FFmpeg versions... I tried with an older version of ffmpeg (3.4.7), and it works. The issue is that I don't see any difference when using ffmpeg with and without the "-c:v hevc_v4l2m2m" option. This means that the HEVC accelerator is not enabled. Am I

Re: [FFmpeg-user] HEVC acceleration

2020-06-24 Thread Andriy Gelman
On Wed, 24 Jun 2020 at 10:28, Mohammed Bey Ahmed Khernache < mohbeyi...@gmail.com> wrote: > Hello, > I am trying to decode HEVC-encoded content using ffmpeg. I am still unable > to leverage the HEVC accelerator, which is hevc_v4l2m2m in the case of the > platform I am using, RB3. > Below are the

Re: [FFmpeg-user] HEVC acceleration

2020-06-24 Thread Carl Eugen Hoyos
Am Mi., 24. Juni 2020 um 16:28 Uhr schrieb Mohammed Bey Ahmed Khernache : > > Hello, > I am trying to decode HEVC-encoded content using ffmpeg. I am still unable > to leverage the HEVC accelerator, which is hevc_v4l2m2m in the case of the > platform I am using, RB3. > Below are the command and the

[FFmpeg-user] HEVC acceleration

2020-06-24 Thread Mohammed Bey Ahmed Khernache
Hello, I am trying to decode HEVC-encoded content using ffmpeg. I am still unable to leverage the HEVC accelerator, which is hevc_v4l2m2m in the case of the platform I am using, RB3. Below are the command and the output. -