We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题现象: 使用RealTime分支编码器uAVS3_gop进行多次编码,会偶现每次跑码流不一致问题。 (同一命令,60次跑其中有1次与其他59次码流存在微小差异)
问题命令: ./uAVS3_gop -f ../bin/encoder_ra.cfg -p InputFile=./7680X4320_10bit.yuv -p threads-frm=9 -p threads-wpp=16 -p threads-gop=1 -p RateControl=3 -p TargetBitRate=35000 -p QP=32 -p SpeedLevel=7 -p FrameRate=100 -p FramesToBeEncoded=50 -p OutputFile=./out.avs3
环境: CPU:ARM64 OS:openEuler release 22.03 LTS GCC:10.3.1
The text was updated successfully, but these errors were encountered:
该问题的出现可能是因为多线程的同步问题,造成输出码流产生细微的变化,经测试并不会影响编码器的功能,仅造成编码器性能的轻微波动,且这个波动造成的bdrate改变非常微小,对编码器基本没有影响。 因此我们的建议是仍然可以正常使用该编码器,该问题后续会修复。
Sorry, something went wrong.
No branches or pull requests
问题现象:
使用RealTime分支编码器uAVS3_gop进行多次编码,会偶现每次跑码流不一致问题。
(同一命令,60次跑其中有1次与其他59次码流存在微小差异)
问题命令:
./uAVS3_gop -f ../bin/encoder_ra.cfg -p InputFile=./7680X4320_10bit.yuv -p threads-frm=9 -p threads-wpp=16 -p threads-gop=1 -p RateControl=3 -p TargetBitRate=35000 -p QP=32 -p SpeedLevel=7 -p FrameRate=100 -p FramesToBeEncoded=50 -p OutputFile=./out.avs3
环境:
CPU:ARM64
OS:openEuler release 22.03 LTS
GCC:10.3.1
The text was updated successfully, but these errors were encountered: