umezawatakeshi / utvideo

Ut Video Codec Suite - fast lossless video codec
http://umezawatakeshi.github.io/utvideo/
GNU General Public License v2.0
288 stars 12 forks source link

Indeterminate behavior in case of frame divide count larger than 64 / フレーム分割数が 64 より大きい場合に動作がおかしい #27

Closed umezawatakeshi closed 4 years ago

umezawatakeshi commented 4 years ago

If the frame divide count is explicitly set to the number larger than 64, codecs behave indefinitely. Note that the frame divide count is never larger than 64 if "Same as # of logical processors" is checked.

フレーム分割数を明示的に 64 より大きい数に指定すると、コーデックが不定な挙動を示す。なお、「論理プロセッサ数と同じにする」をチェックしている場合、フレーム分割数は必ず 64 以下になるので、この問題を踏まない。

version / バージョン Interface / インターフェース FourCC
Confirmed / 確認 20.6.0 VCM UMRG, UQRG
Affected / 該当 2.1.0 and later / 2.1.0 以降 All All
umezawatakeshi commented 4 years ago

Fixed in version 20.6.1 / バージョン 20.6.1 で修正した。