-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Encoder crashes without error message #81
Comments
I did some more testing, strangely it seems to happen even with below option file
I tested psnr and ssim seperately and same crash. |
これまでssim,psnr用のデコード処理はメインスレッドとは別のスレッドで実行していたが、これが原因で不安定になり、 結果が安定しなかったり、デコード結果の取得に失敗したり、eventの待機に失敗したり、最悪異常終了するなどの問題があった。 そこで、デコード処理もメインスレッドで実行するよう変更した。
これまでssim,psnr用のデコード処理はメインスレッドとは別のスレッドで実行していたが、これが原因で不安定になり、 結果が安定しなかったり、デコード結果の取得に失敗したり、eventの待機に失敗したり、最悪異常終了するなどの問題があった。 そこで、デコード処理もメインスレッドで実行するよう変更した。
Although I was not able to reproduce the encoder crash, I think it's probably caused by I have made changes to improve stability of |
Ok. I run a few tests with latest 7.14 and no more crashing. |
When encoding a video with the below options in option file
The encoder ends at random points of the video.
When I remove
It encodes normal.
Please let me know if you need a log file and which log level.
The text was updated successfully, but these errors were encountered: