<div dir="auto"><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><blockquote type="cite"><blockquote type="cite"><div dir="auto"><div dir="auto"></div></div></blockquote></blockquote></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">[snip]</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><blockquote type="cite"><blockquote type="cite"><div dir="auto"><div dir="auto"><br>
</div>
</div>
</blockquote>
<br>
Yes, thanks for the help. I used <br>
<br>
#export CFLAGS=-I/usr/include/ffmpeg<br>
<br>
and then the rest worked fine.<br>
<br>
Enough for me today !<br>
<br>
<br>
</blockquote>
<br>
This rebuild cingg to use ffmpeg 7.1 startup ok and testing DV
rendering to av1_qsv_nv12.mp4, av1_qsv_nv12.webm and also
av1_qsv_p010le.webm work.<br>
<br>
But the same rendering from hdv does not longer work, tried also
with BT.709 setting.<br></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">does ffmpeg 7.1 itself work for this type of encoding and same input file ? Do h264/hevc qsv encoders still work?</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
<br>
The current av1_qsv profiles contents are as follows (tried to copy
them from previous ffmpeg 7.0.2 backup):<br>
<br>
<font face="Courier New, Courier, monospace">localhost:/home/cinelerra/cinelerra-5.1/bin/ffmpeg/video
# <br>
<br>
cat av1_qsv.dfl<br>
av1_qsv.webm<br>
<br>
cat av1_qsv.mp4<br>
mp4 av1_qsv<br>
# only usable with ext. ffmpeg<br>
cin_pix_fmt=nv12<br>
<br>
cat av1_qsv.webm<br>
webm av1_qsv<br>
# only usable with ext. ffmpeg<br>
cin_pix_fmt=nv12<br>
------------<br>
<br>
As shown in the Cingg output below:<br>
[av1_qsv @ 0x7f4788de7200] Current picture structure is
unsupported<br>
[av1_qsv @ 0x7f4788de7200] some encoding parameters are not
supported by the QSV runtime. Please double check the input
parameters.<br>
FFMPEG::open_encoder err: Function not implemented<br>
<br>
<br>
Output format and profile from system ffmpeg 7.1 looks similar
like from previous 7.0.2<br>
<br>
ffmpeg -hide_banner -h encoder=av1_qsv | egrep
'Supported|profile|main'<br>
Supported hardware devices: qsv qsv qsv <br>
Supported pixel formats: nv12 p010le qsv<br>
-profile <int> E..V....... (from 0 to
INT_MAX) (default unknown)<br>
main 1 E..V.......<br>
<br>
Any idea what cause this hd(v) rendering errors now in the built
Cingg?<br>
<br>
<br>
# bin/cin<br>
Cinelerra Infinity - built: Oct 20 2024 21:21:06<br>
<br>
libva info: VA-API version 1.22.0<br>
libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so<br>
libva info: Found init function __vaDriverInit_1_22<br>
libva info: va_openDriver() returns 0<br>
libva info: VA-API version 1.22.0<br>
libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so<br>
libva info: Found init function __vaDriverInit_1_22<br>
libva info: va_openDriver() returns 0<br>
[av1_qsv @ 0x7f4788de7200] Current picture structure is
unsupported<br>
[av1_qsv @ 0x7f4788de7200] some encoding parameters are not
supported by the QSV runtime. Please double check the input
parameters.<br>
FFMPEG::open_encoder err: Function not implemented<br>
int FFMPEG::open_encoder(const char*, const char*):<br>
open failed av1_qsv:/Videoklipp/QSV/hdv09_04_av1_qsv_nv12.webm<br>
Render::render_single: Session finished.<br>
<br>
-----------------<br>
<br>
libva info: VA-API version 1.22.0<br>
libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so<br>
libva info: Found init function __vaDriverInit_1_22<br>
libva info: va_openDriver() returns 0<br>
libva info: VA-API version 1.22.0<br>
libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so<br>
libva info: Found init function __vaDriverInit_1_22<br>
libva info: va_openDriver() returns 0<br>
[av1_qsv @ 0x7f47b0040840] Current picture structure is
unsupported<br>
[av1_qsv @ 0x7f47b0040840] some encoding parameters are not
supported by the QSV runtime. Please double check the input
parameters.<br>
FFMPEG::open_encoder err: Function not implemented<br>
int FFMPEG::open_encoder(const char*, const char*):<br>
open failed av1_qsv:/Videoklipp/QSV/hdv09_04_av1_qsv_p010le.webm<br>
Render::render_single: Session finished.<br>
Total excess of backups: -50 <br>
Session time: 0:06:36<br>
Cpu time: user: 0:00:08.543 sys: 0:00:03.847<br>
unjoined tids / owner 2<br>
00007f47c5ffb6c0 / 00007f48377fe6c0 12RenderEngine<br>
00007f47c7fff6c0 / 00007f48377fe6c0 12RenderEngine<br>
<br>
<br>
<br>
<br>
</font><br>
</div>
</blockquote></div></div></div>