-
Notifications
You must be signed in to change notification settings - Fork 113
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
AV1 not working? #515
Comments
AV1 encoding does not support "--chromaloc 2". Please remove "--chromaloc 2" and will work fine. |
Thanks a lot. Does --vpp-pad works with AV1? |
Yes, --vpp-pad should work with AV1. |
The command still does not work with AV1 and a 4090. I see your options documentation and you mention "tier" is only for HEVC, and then you also show "av1: 0,1". Can you explain? AV1 supports tier setting, or not? If it does, why you set [HEVC only] ?
This command fails encoding AV1 in a 4090 (and also in an Intel ARC)
For the metadata, this is added to the command: For the bitrate: For the output: any of the combinations for output fails. I set "custom option" and "custom numbers" since i have different values there but does not matter which ones i use, the encoding fails. |
--tier might not work for AV1, just keep it default. You also don't need --profile high, default main profile is enough for YUV420 10bit (high is for YUV444). Anyway I don't have problem with your options. I suggest to start from simple options and add extra options later. |
Just a question about rate VBR quality. I'v read that AV1 should compress aroud 30% better than H265. |
VBR quality values for HEVC and AV1 encoding in not necessarily the same so increasing VBR quality value shall work fine. I’ll close this issue as the major topic has been resolved. |
Hello, i tried to encode AV1 with 4090 card.
I used:
nvencc64 -i inputfile.mkv --avsw --codec av1 --output-depth 10 --videoformat ntsc --level 5.1 --profile high --tier 1 --mv-precision q-pel --ref 5 --nonrefp --output-buf 128 --lookahead 32 --gop-len 24 --no-b-adapt --no-i-adapt --aq --colormatrix bt2020nc --colorprim bt2020 --transfer smpte2084 --chromaloc 2 --repeat-headers
The bitrate settings and output file are added later on. But it does not work. What's the issue? Thanks.
The text was updated successfully, but these errors were encountered: