uavs3 / uavs3e

AVS3 encoder which supports AVS3-P2 baseline profile.
Other
129 stars 61 forks source link

uAVS3e-RealTime是否支持lowdelay P配置? #36

Open soaringleefighting opened 2 years ago

soaringleefighting commented 2 years ago

1、在bin目录下面之后encoder_ra.cfg的配置文件; 2、修改encoder_ra.cfg中NumberBFrames=0实现lowdelay P配置,但是只能编码8帧,运行卡住。

image

soaringleefighting commented 2 years ago

@zywang-sirius 可以指导一下吗,谢谢!

soaringleefighting commented 2 years ago

@jyyangchina 这个项目还有人在维护吗?可以指导一下吗?谢谢!

soaringleefighting commented 2 years ago

@luofalei @AlexanderCaesar

luofalei commented 2 years ago

需要使用 encoder_LD 或 encoderr_LDP 配置文件,而不是 encoder_RA,你可以对比几个文件的不同。

@luofalei @AlexanderCaesar

soaringleefighting commented 2 years ago

@luofalei 非常感谢您的回复。 RealTime分支中bin目录下面只有encoder_ra.cfg的配置文件,可以提供一下encoder_ldp的配置文件吗?非常感谢!

zywang-sirius commented 2 years ago

实时版本主要针对RA配置优化的,对LD目前不支持

soaringleefighting commented 2 years ago

@zywang-sirius 感谢回复。实时版本是否考虑支持LDP配置,这个对于视频会议等低延时场景非常重要。非常感谢!

huaeryudabing commented 2 months ago

@zywang-sirius 我基于最新的uAVS3e-RealTime版本[uavs3ert_v1.1],修改encoder_ra.cfg中NumberBFrames=0,然后将IntraPeriod设为大于8时,也是运行卡住,所以目前是没有LDP的开发计划吗? 另外能方便告诉出现这个现象的原因大概是什么吗?我们可能自己去改一下代码。