-
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
vpp-resize mfx_ai_superres #224
Comments
mfx_ai_superres already works but it seems to have following limitations.
I'm not sure about OS support, at least it works on Win11 with the limitation written above. |
So i would have to upscale first alone and then use qsvenc a 2nd time to do
a regular encode to av1 or hevc?
…On Sat, Nov 23, 2024, 6:54 PM rigaya ***@***.***> wrote:
mfx_ai_superres already works but it seems to have following limitations.
- Requires Arc GPU.
- upscaling only.
- output height must be 1080 or below.
- 8bit only (does not work for 10bit)
I'm not sure about OS support, at least it works on Win11 with the
limitation written above.
—
Reply to this email directly, view it on GitHub
<#224 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMZBZIPCRFAKEBPW4LTBX7L2CEIUHAVCNFSM6AAAAABSLMIMTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJVGY4TSNZUGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You can still encode to av1 or hevc if it is within the limitation I've written above, 8bit and output height is 1080 or below. If the resolution or bit depth exceeds the limitation, you cannot use mfx_ai_superres due to driver (or device) limitations, so you will need to use other resize algorithm or think of other ways. |
Could you provide a cli example so i can compare it against my current cli
command?
…On Sat, Nov 23, 2024, 7:09 PM Harry Martin ***@***.***> wrote:
So i would have to upscale first alone and then use qsvenc a 2nd time to
do a regular encode to av1 or hevc?
On Sat, Nov 23, 2024, 6:54 PM rigaya ***@***.***> wrote:
> mfx_ai_superres already works but it seems to have following limitations.
>
> - Requires Arc GPU.
> - upscaling only.
> - output height must be 1080 or below.
> - 8bit only (does not work for 10bit)
>
> I'm not sure about OS support, at least it works on Win11 with the
> limitation written above.
>
> —
> Reply to this email directly, view it on GitHub
> <#224 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMZBZIPCRFAKEBPW4LTBX7L2CEIUHAVCNFSM6AAAAABSLMIMTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJVGY4TSNZUGU>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Sure. Following is example of 1280x720 → 1920x1080 upscale, encoding H.264 to AV1. x64\QSVEncC64.exe -i Y:\Encoders\sakura_op.mp4 -o F:\temp\test.mp4 -c av1 --output-res 1920x1080 --vpp-resize mfx_a
|
Thanks! I'm guessing that i cant copy audio tracks at the same time? |
You shall be able to copy all audio tracks by |
Im still unable to get this to work still. I must be missing something
somewhere with my sdk
…On Sun, Nov 24, 2024, 4:11 AM rigaya ***@***.***> wrote:
You shall be able to copy all audio tracks by --audio-copy.
—
Reply to this email directly, view it on GitHub
<#224 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMZBZIOJXM4B3YL277I6CF32CGJ3VAVCNFSM6AAAAABSLMIMTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJVHA4DGNJUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I noticed that this was added in a past release as a beta sort of option. I am unable to get this to work. I have even tried to uninstall the MSDK and installed oneVPL that supports this but still get an error trying to use this. Is this something that you can look into to, to have this option work? I'm currently on Server 2019 with 12th gen I9 and A750 GPU.
The text was updated successfully, but these errors were encountered: