shanaencoder现在用的av1效率低,能加入svt-av1吗,ffmpeg已支持svt-av1
- ?
-
?
这都快一年了,还是没有加是SVT-AV1。
根据已有的新闻和其他论坛的讨论,可以认为用SVT-AV1作为AV1的编码器是一大热门选择,其自带的多线程使用、支持最高AVX512指令集与其他功能使用起来十分便捷。
但是根据我目前通过ffmpeg使用libsvtav1的体验,在多线程编码中存在BUG,需要限制lp<=4,在svtav1的gitlab上亦可看到有此类问题的报告(Allocate memory failed when there is over 200GB of free memory (#1893) · Issues · Alliance for Open Media / SVT-AV1 · GitLab)。
-
ShanaEncoder Translation 8
-
This board is for users of the ShanaEncoder international version 7
-
key frame not in seconds but as usual in frames 0
-
Auto-adjust height when width is changed - Keep aspect ratio 0
-
Request: Advanced Crop 0
-
Request: Set maximum decibel 0
-
Why not add H266 encoding function for ShanaEncoder? 0
-
german Language 2
-
Installation / No Access to Mirror 2
-
关于ts文件音画不同步的问题,附解决办法 1
-
缺少scale_cuda滤镜 0
-
会加入hdr to sdr 滤镜tonemap_opencl吗 0
-
How to keep the date of the original video请问怎样复制原始视频的日期 2
-
E-AC3 0
-
转码多音轨的视频,音轨名称都变成一样了 4
-
Encoding error 2
-
希望可以增加字幕整体放大功能 1
-
关于av1编码 2
-
关于 nvenc hdr参数 2
-
我找不到以前的版本更新内容帖子在哪了。 2
-
复制视频音频会多出标签和全局标签 0
-
使用 -map 0,会重复流0:0和0:1 1
Like you said, currently only libaom-av1 is available as an AV1 encoder in Shana. Other AV1 encoders like librav1e and libsvtav1 are not included in the ffmpeg library.
Including them amounts to a feature request. Let's see if @Rina is interested in it.
That said, I'm not sure if SVT-AV1(libsvtav1) is more efficient and effective in AV1 encoding than AOMEnc(libaom-av1) in general. Just out of curiosity, can you provide any concrete benchmarking results?