<div dir="auto"><div class="gmail_quote" dir="auto"><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><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"></div></blockquote></div></div></div></blockquote></blockquote></div></blockquote></div><div dir="auto">[snip]</div><div class="gmail_quote" dir="auto"><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><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><br>
<div dir="auto"><br>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">but can you check two more things with
cmd line ffmpeg?</div>
<div dir="auto"><br>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">first change .webm part of working
command line to .mp4</div>
<div dir="auto"><br>
</div>
<div dir="auto">try it and report if and how it fail</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<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 dir="auto">
<div dir="auto">and then to mkv</div>
<div dir="auto"><br>
</div>
<div dir="auto">also report if it work or not.</div>
<div dir="auto"><br>
</div>
<div dir="auto">so we will try more common (for now )
container formats for av1, may be 7.0 simply can't
make AV1 IN mp4 container ....?</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
<br>
mp4 and mkv works like webm from ffmpeg command line:<br>
<br>
<font face="Courier New, Courier, monospace">du -sh
dv01_07_av1_qsv_pr4_bv1570k.*<br>
24M dv01_07_av1_qsv_pr4_bv1570k.mkv<br>
24M dv01_07_av1_qsv_pr4_bv1570k.mp4<br>
24M dv01_07_av1_qsv_pr4_bv1570k.webm</font><br>
<br>
<br>
</blockquote>
Verified video and audio used with ffprobe :<br>
<br>
<font face="Courier New, Courier, monospace">ffprobe -hide_banner
dv01_07_av1_qsv_pr4_bv1570k.mkv<br>
Input #0, matroska,webm, from 'dv01_07_av1_qsv_pr4_bv1570k.mkv':<br>
Metadata:<br>
TIMECODE : 01:09:35:09<br>
ENCODER : Lavf61.1.100<br>
Duration: 00:01:53.29, start: -0.007000, bitrate: 1724 kb/s<br>
Stream #0:0: Video: av1 (libdav1d) (Main), yuv420p(tv, bottom
coded first (swapped)), 720x576, SAR 16:15 DAR 4:3, 25 fps, 25
tbr, 1k tbn<br>
Metadata:<br>
ENCODER : Lavc61.3.100 av1_qsv<br>
DURATION : 00:01:53.280000000<br>
Stream #0:1: Audio: opus, 48000 Hz, stereo, fltp<br>
Metadata:<br>
ENCODER : Lavc61.3.100 libopus<br>
DURATION : 00:01:53.288000000<br>
---------<br>
<br>
ffprobe -hide_banner dv01_07_av1_qsv_pr4_bv1570k.mp4<br>
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
'dv01_07_av1_qsv_pr4_bv1570k.mp4':<br>
Metadata:<br>
major_brand : isom<br>
minor_version : 512<br>
compatible_brands: isomav01iso2mp41<br>
encoder : Lavf61.1.100<br>
Duration: 00:01:53.28, start: 0.000000, bitrate: 1768 kb/s<br>
Stream #0:0[0x1](und): Video: av1 (libdav1d) (Main) (av01 /
0x31307661), yuv420p(tv, bottom coded first (swapped)), 720x576,
1634 kb/s, SAR 16:15 DAR 4:3, 25 fps, 25 tbr, 12800 tbn (default)<br>
Metadata:<br>
handler_name : VideoHandler<br>
vendor_id : [0][0][0][0]<br>
encoder : Lavc61.3.100 av1_qsv<br>
timecode : 01:09:35:09<br>
Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D),
48000 Hz, stereo, fltp, 128 kb/s (default)<br>
Metadata:<br>
handler_name : SoundHandler<br>
vendor_id : [0][0][0][0]<br>
Stream #0:2[0x3](eng): Data: none (tmcd / 0x64636D74)<br>
Metadata:<br>
handler_name : TimeCodeHandler<br>
timecode : 01:09:35:09<br>
Unsupported codec with id 0 for input stream 2<br>
---------<br>
<br>
ffprobe -hide_banner dv01_07_av1_qsv_pr4_bv1570k.webm<br>
Input #0, matroska,webm, from 'dv01_07_av1_qsv_pr4_bv1570k.webm':<br>
Metadata:<br>
TIMECODE : 01:09:35:09<br>
ENCODER : Lavf61.1.100<br>
Duration: 00:01:53.29, start: -0.007000, bitrate: 1724 kb/s<br>
Stream #0:0: Video: av1 (libdav1d) (Main), yuv420p(tv), 720x576,
SAR 16:15 DAR 4:3, 25 fps, 25 tbr, 1k tbn<br>
Metadata:<br>
ENCODER : Lavc61.3.100 av1_qsv<br>
DURATION : 00:01:53.280000000<br>
Stream #0:1: Audio: opus, 48000 Hz, stereo, fltp<br>
Metadata:<br>
ENCODER : Lavc61.3.100 libopus<br>
DURATION : 00:01:53.288000000<br></font></div></blockquote></div><div dir="auto"><br></div><div dir="auto">so, it works for ffmpeg but not for us.</div><div dir="auto"><br></div><div dir="auto">can you test those two attached files (profile for av1_qsv.webm and default file for av1_qsv, put both in bin/ffmpeg/video) ?</div><div dir="auto"><br></div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br>
<blockquote type="cite"> <br>
<blockquote type="cite">
<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 dir="auto">
<div dir="auto">sorry for such long road ...</div>
<div dir="auto"><br>
</div>
<br>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</blockquote>
</div>
</blockquote></div></div>