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
-
This board is for users of the ShanaEncoder international version
-
建议在尺寸设置中X和Y能等比例调整,再加入百分比缩放的选项
-
建议输出文件夹可以按源文件自动创建目录,而不是统一放到一个目录。
-
硬件解码会不会影响压缩之后视频质量
-
是否能够开放 AVX512 指令集编码?
-
希望可以出个docker版本
-
HEVC(QSV)编码卡死问题
-
求助,为什么突然视频转换的时间暴增?
-
关于ts文件音画不同步的问题,附解决办法
-
缺少scale_cuda滤镜
-
会加入hdr to sdr 滤镜tonemap_opencl吗
-
How to keep the date of the original video请问怎样复制原始视频的日期
-
转码多音轨的视频,音轨名称都变成一样了
-
希望可以增加字幕整体放大功能
-
关于av1编码
-
关于 nvenc hdr参数
-
我找不到以前的版本更新内容帖子在哪了。
-
复制视频音频会多出标签和全局标签
-
使用 -map 0,会重复流0:0和0:1
-
不能直接拖文件进去,只能一个个添加文件
-
为什么我的不能直接拖文件进去,只能添加文件,5.2.1.5版本
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?