-
Notifications
You must be signed in to change notification settings - Fork 24
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
Decoding h264 10bit with avsw causes artifacts #18
Comments
Unfortunately I don't seem to have trouble with my H.264 10bit 420/422 files, encoded by x264 10bit. I also tried samples on the web, but without any trouble. |
@rigaya I tested the files from that page and they look OK. |
@rigaya I installed an earlier version of AMD the driver, as I thought the issue comes from there. But it is still creating artifacts. |
It's weird that some files comes with artifacts, and it's more weird that VCEEncC creates artifact but NVEncC does not, as it is using the same decode routine and the same libavcodec.dll when using --avsw. Would you give me the ffmpeg/libx264 options to generates the 264 files which gives the artifacts? I cannot reproduce the issue with my options. |
Ok I did some intense testing.
I tested with below settings and no artifacts but once the above is included (only one) an the artifacts are back.
Update |
Thank you for a great hint! It seems to be problem when setting VUI information in VCEEncC. I've made a fix in VCEEnc 6.07 which should resolve this issue. |
Didn't had this behaviour since the fix. |
When decoding h264 10bit video material there are artifacts in the output.
Normal h264 has no issue.
When piping via ffmpeg no issue too.
This seems to be only happening with h264 10bit video material.
Artifacts:
The text was updated successfully, but these errors were encountered: