-
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
While using "--vpp-resize amf_point" argument upscaler video stream gets broken to green screen. #99
Comments
I also could not make
I cannot say whether it is AMF related issue, although I think there is probably no problem in my app as other mode such as
It uses AMF_HQ_SCALER_ALGORITHM_VIDEOSR1_0.
Seems to not work, as the same as
Although not documented, you can use Note |
Hmm, i should report amf_point issue to AMF repo issue list then. Maybe they will either fix issue if it is on their side, or explain more of a problem... I created separate folder with VCEEncC 8.17 with fixed .bat call just for future testing of amf_point explicitly. Also thanks for that addition (fsr_11), and i can understand why it won't be in documentation for now. Tried myself, video also resulted in green screen, but unlike amf_point where i have no clue about root of the issue, amf_fsr_11 call got me this error Also tried sharpness scalar. Well, on VCEEncC level command works and it reports change in synthesized line Sharpness error also appeared in every other log (well, as defaults must be stated anyways) |
Created issue in AMF repository. |
I finally found ways to make vpp-scaler-sharpness work fine, it should now have effect on amf_fsr at VCEEnc 8.19. |
Can confirm But calling That said, i am now asking AMF maintainers if other modes of amf upscaling (besides fsr) are supposed to interact with their sharpness scaler, or not, so i guess we can just wait a bit on this bicubic and bilinear stuff in output window. |
Yes, as I have written, it seems to take effect only on
Oh, I haven't cared about that, it's simply always printed. Thank you for updating AMF repo, I'll wait till we know if it should take effect on bicubic and bilinear.
I forgot to mention, VCEEnc 8.18 and later still accepts |
AMD acknowledged a bug with point scaler, made an internal fix. Will be resolved with future driver release (which one, i won't be able to tell right now. Will write here again when i tese successful fix) VideoSR1.1 on other hand working like intended and is unable to take YUV input (which is in line of thrown error). "The incorrect format is reason why algorithm isn't working with VCEEncC". They will update AMF documentation to reflect this. Tbh i don't know what to do with this information as i am not knowledgeable enough, but i am passing it to you. |
Sorry, i used flawed testing case (aka used 4k sample to upscale it to 4k, so HQScaler wasn't utilised and issue wasn't triggered. |
Issue: When using "--vpp-resize amf_point" argument, upscaled video stream gets broken to green screen and basically no bitrate. This doesn't happen with any other type of upscaling, only amf_point. Issue appears even with latest Adrenaline 23.11.1 and both VCEEncC 8.16 and 8.17
Expected behaviour: video stream should be processed properly.
Used command (as drag and drop on top of .bat file):
Log file of VCEEncC:
vceencc_log.txt
Resulting video:
If issue is related to AMF, just state it, i will redirect bug report to them (they already fixed 2 AMF bugs i reported)
There are 2 more questions about upscaling option.
Also @rigaya sorry for directly tagging you, but this question can only be answered by you as developer?
The text was updated successfully, but these errors were encountered: