<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пт, 15 дек. 2023 г., 02:18 Phyllis Smith <<a href="mailto:phylsmith2017@gmail.com">phylsmith2017@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"><div><div style="font-size:small"><br>
            </div>
            <div style="font-size:small">#
              ./thirdparty/ffmpeg-6.1/ffmpeg -encoders | grep av1<br>
               <span style="font-family:monospace">V....D <b>libaom-av1</b>
                         libaom AV1 (codec av1)<br>
                 A....D <b>wmav1 </b>              Windows Media Audio
                1</span></div>
            <div style="font-size:small"><br>
            </div><br></div></div></div></blockquote>
    Hm, I wonder why so few av1 encoders are enabled?<br></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Because  additional ones tend to have external dependencies we normally do not carry? Also, at least on aarch64 librav1e was a bit of disappointment, at least on default  settings it was SLOW.</div></div></blockquote><div><br></div><div style="font-size:small" class="gmail_default">In addition to what Andrew reported, when building FFmpeg, you have to specifically <i>enable libsvtav1</i> which has not been done, but could be if someone tests that and finds it useful.</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">But what is actually more interesting is that there is still no vaapi_av1 which is what Andrea was trying to get working (just to find out that his hardware would not support anyway).  There may be some other trick to that too since it certainly seems to exist as a codec in this file:  ./cinelerra-5.1/thirdparty/ffmpeg-6.1/libavcodec/allcodecs.c</div></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">may be libva should be new enough? And/or oneVPL framework ...</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 dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
    <br>
    In comparison I get this list from Packman's ffmpeg 6.0.1 on
    Tumbleweed-Slowroll:<br>
    <blockquote><font face="Courier New, Courier, monospace">fmpeg
        -encoders -hide_banner | grep av1<br>
         V....D libaom-av1           libaom AV1 (codec av1)<br>
         V....D librav1e             librav1e AV1 (codec av1)<br>
         V..... libsvtav1            SVT-AV1(Scalable Video Technology
        for AV1) encoder (codec av1)<br>
         V....D av1_nvenc            NVIDIA NVENC av1 encoder (codec
        av1)<br>
         V....D av1_amf              AMD AMF AV1 encoder (codec av1)<br>
         A....D wmav1                Windows Media Audio 1<br>
        <br>
        ffmpeg -hwaccels -hide_banner<br>
        Hardware acceleration methods:<br>
        vdpau<br>
        cuda<br>
        vaapi<br>
        qsv<br>
        drm<br>
        vulkan</font><br>
    </blockquote><br>
</div></blockquote></div></div></div></blockquote></div></div>
</blockquote></div></div></div>