1スレッドをエンコードに、1スレッドをAVISynth出力のデコードに割り当てる。双方にとってのベストで、画質劣化抜きの高速化になる(エンコードには1スレッドが割り当てられたままで”スライス”されないから)。しかし、速度向上は --threadsで得られるほどではなく30%ほど。
*rev.607のスレッド分散方式変更の影響は不詳。手許ではAviSynth 3.0のビルド未着手。
--threads-input
Usage: --threads <integer>
Parralell encoding using one thread for the encoding, and another thread for the decoding of the AVISynth output. The best of both worlds, faster encoding with no quality loss (since the encoding is still done on one thread and isn't "sliced"), however the speed increase is not as large as you would get with --threads. You might be able to free up 30% extra speed or so.