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
Environment:
cmd: ./sample_encode h265 -y410 -qsv-ff -i stream176x144_y410.yuv -w 176 -h 144 -o ./stream176x144.hevc -n 5
./sample_encode h265 -y410 -qsv-ff -i stream176x144_y410.yuv -w 176 -h 144 -o ./stream176x144.hevc -n 5
Expected result:
Processing started Frame number: 5 Processing finished
Actual results:
Processing started Frame number: 1 [ERROR], sts=MFX_ERR_GPU_HANG(-21), SynchronizeFirstTask, SyncOperation failed at /localdisk/bb/worker/build-api-next/build_dir/repos/MediaSDK/samples/sample_encode/src/pipeline_encode.cpp:157 [ERROR], sts=MFX_ERR_GPU_HANG(-21), Run, m_TaskPool.SynchronizeFirstTask failed at /localdisk/bb/worker/build-api-next/build_dir/repos/MediaSDK/samples/sample_encode/src/pipeline_encode.cpp:2353 [ERROR], sts=MFX_ERR_GPU_HANG(-21), main, pPipeline->Run failed at /localdisk/bb/worker/build-api-next/build_dir/repos/MediaSDK/samples/sample_encode/src/sample_encode.cpp:1587
Processing started Frame number: 1 [ERROR], sts=MFX_ERR_GPU_HANG(-21), SynchronizeFirstTask, SyncOperation failed at /localdisk/bb/worker/build-api-next/build_dir/repos/MediaSDK/samples/sample_encode/src/pipeline_encode.cpp:157
[ERROR], sts=MFX_ERR_GPU_HANG(-21), Run, m_TaskPool.SynchronizeFirstTask failed at /localdisk/bb/worker/build-api-next/build_dir/repos/MediaSDK/samples/sample_encode/src/pipeline_encode.cpp:2353
[ERROR], sts=MFX_ERR_GPU_HANG(-21), main, pPipeline->Run failed at /localdisk/bb/worker/build-api-next/build_dir/repos/MediaSDK/samples/sample_encode/src/sample_encode.cpp:1587
If build driver from master branch, then encode passes. Fixed commit from master: a674421
The text was updated successfully, but these errors were encountered:
@Sherry-Lin @onabiull @vvkalinin24
Sorry, something went wrong.
resolved by 6cc99540, so close it.
No branches or pull requests
Environment:
cmd:
./sample_encode h265 -y410 -qsv-ff -i stream176x144_y410.yuv -w 176 -h 144 -o ./stream176x144.hevc -n 5
Expected result:
Actual results:
If build driver from master branch, then encode passes.
Fixed commit from master: a674421
The text was updated successfully, but these errors were encountered: