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
不知道是不是我参数哪了没设对,这个编码器的编码速度每一帧都要花好几秒?我能想到的和编码速度有关的参数就这些了。 //#========== speed/quality trade-off ============== cfg->speed_level = 4;
//#========== parallel configuration =============== cfg->wpp_threads = 4; cfg->frm_threads = 4;
The text was updated successfully, but these errors were encountered:
我这边采用最新版本(v1.2208)测试编码速度也是很慢,同libaom和x265不在一个层级上。
编码参数:(单线程测试) -speed_level 6 --input_bit_depth 8 --internal_bit_depth 8 --frm_threads 1 --wpp_threads 1 --rc_type 0 -p 100 -g 0 -v 2 --qp 27
Sorry, something went wrong.
No branches or pull requests
不知道是不是我参数哪了没设对,这个编码器的编码速度每一帧都要花好几秒?我能想到的和编码速度有关的参数就这些了。
//#========== speed/quality trade-off ==============
cfg->speed_level = 4;
The text was updated successfully, but these errors were encountered: