Your message dated Tue, 13 Aug 2024 08:01:14 +0200
with message-id <zrr2qotqfhki7...@ramacher.at>
and subject line Re: Bug#1076478: ffmpeg hevc_vaapi and h264_vaapi stuck at
q=-0.0
has caused the Debian Bug report #1076478,
regarding ffmpeg hevc_vaapi and h264_vaapi stuck at q=-0.0
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1076478: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076478
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ffmpeg
Version: 7:7.0.1-2
Actually begins at least Version: 7:6.1.1-4+b4
using any arguments for hevc_vaapi, encoding q stuck at 0, resulting in
extremely high bitrate and huge files.
example command
```
q=32
ffmpeg -i ${v} -vaapi_device /dev/dri/renderD128 -vf
'scale=1920:1080,pad=1920:1088:0:4,format=nv12,hwupload' -c:v hevc_vaapi
-b_depth 2 -async_depth 8 -compression_level 13 -qp ${q} -y
${v%.*}.vaapi.qp${q}.bd2.mp4
```
output
```
...
frame=26500 fps=204 q=-0.0 Lsize=20448421KiB time=00:18:23.47
bitrate=151805.4kbits/s dup=16 drop=5 speed= 8.5x
```
**vainfo**
```
libva info: VA-API version 1.22.0
libva info: Trying to open
/usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.22 (libva 2.12.0)
vainfo: Driver version: Mesa Gallium driver 24.1.3-2 for AMD Radeon 780M
(radeonsi, gfx1103_r1, LLVM 17.0.6, DRM 3.57, 6.9.8-amd64)
vainfo: Supported profile and entrypoints
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSlice
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileHEVCMain10 : VAEntrypointEncSlice
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointVLD
VAProfileAV1Profile0 : VAEntrypointVLD
VAProfileAV1Profile0 : VAEntrypointEncSlice
VAProfileNone : VAEntrypointVideoProc
```
--- End Message ---
--- Begin Message ---
Version: 7:7.0.1-1
On 2024-08-12 17:41:31 -0700, Terrance Hendrik wrote:
> `ffmpeg version 7.0.2-1 Copyright (c) 2000-2024 the FFmpeg developers` is
> already back to normal.
> version 7.0.2-2 is also ok now.
Thanks for checking. Marking as closed accordingly.
Cheers
>
>
> On Sat, Aug 10, 2024 at 12:25 AM Sebastian Ramacher <sramac...@debian.org>
> wrote:
>
> > Control: tags -1 moreinfo
> >
> > On 2024-07-16 15:13:34 -0700, Terrance Hendrik wrote:
> > > Package: ffmpeg
> > > Version: 7:7.0.1-2
> > >
> > > Actually begins at least Version: 7:6.1.1-4+b4
> > >
> > > using any arguments for hevc_vaapi, encoding q stuck at 0, resulting in
> > > extremely high bitrate and huge files.
> >
> > Could you try again with ffmpeg 7:7.0.2-2?
> >
> > Cheers
> >
> > >
> > > example command
> > >
> > > ```
> > > q=32
> > > ffmpeg -i ${v} -vaapi_device /dev/dri/renderD128 -vf
> > > 'scale=1920:1080,pad=1920:1088:0:4,format=nv12,hwupload' -c:v hevc_vaapi
> > > -b_depth 2 -async_depth 8 -compression_level 13 -qp ${q} -y
> > > ${v%.*}.vaapi.qp${q}.bd2.mp4
> > > ```
> > >
> > > output
> > >
> > > ```
> > > ...
> > > frame=26500 fps=204 q=-0.0 Lsize=20448421KiB time=00:18:23.47
> > > bitrate=151805.4kbits/s dup=16 drop=5 speed= 8.5x
> > >
> > > ```
> > >
> > > **vainfo**
> > > ```
> > > libva info: VA-API version 1.22.0
> > > libva info: Trying to open
> > > /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
> > > libva info: Found init function __vaDriverInit_1_22
> > > libva info: va_openDriver() returns 0
> > > vainfo: VA-API version: 1.22 (libva 2.12.0)
> > > vainfo: Driver version: Mesa Gallium driver 24.1.3-2 for AMD Radeon 780M
> > > (radeonsi, gfx1103_r1, LLVM 17.0.6, DRM 3.57, 6.9.8-amd64)
> > > vainfo: Supported profile and entrypoints
> > > VAProfileH264ConstrainedBaseline: VAEntrypointVLD
> > > VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
> > > VAProfileH264Main : VAEntrypointVLD
> > > VAProfileH264Main : VAEntrypointEncSlice
> > > VAProfileH264High : VAEntrypointVLD
> > > VAProfileH264High : VAEntrypointEncSlice
> > > VAProfileHEVCMain : VAEntrypointVLD
> > > VAProfileHEVCMain : VAEntrypointEncSlice
> > > VAProfileHEVCMain10 : VAEntrypointVLD
> > > VAProfileHEVCMain10 : VAEntrypointEncSlice
> > > VAProfileJPEGBaseline : VAEntrypointVLD
> > > VAProfileVP9Profile0 : VAEntrypointVLD
> > > VAProfileVP9Profile2 : VAEntrypointVLD
> > > VAProfileAV1Profile0 : VAEntrypointVLD
> > > VAProfileAV1Profile0 : VAEntrypointEncSlice
> > > VAProfileNone : VAEntrypointVideoProc
> > > ```
> >
> > --
> > Sebastian Ramacher
> >
--
Sebastian Ramacher
--- End Message ---