Skip to content
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

Add support for av1_vaapi (and/or av1_qsv) #1689

Open
nobodyshome opened this issue Nov 22, 2023 · 1 comment
Open

Add support for av1_vaapi (and/or av1_qsv) #1689

nobodyshome opened this issue Nov 22, 2023 · 1 comment

Comments

@nobodyshome
Copy link

Is your feature request related to a problem? Please describe.
Would love support for Intel Arc GPU (av1_vaapi and/or av1_qsv) in mp4automator and inside "sma-mod" if possible (apologies if that should be a feature request on that repo instead)

Describe the solution you'd like
Implement AV1 decoding (and encoding maybe) with via vaapi (and/or qsv)

Describe alternatives you've considered
Writing a temporary script for manually converting files but would love to integrate it into my existing mp4automator setup instead

Additional context
More than happy to test/give feedback in anyway possible

@tankerkiller125
Copy link

tankerkiller125 commented Jun 11, 2024

Got this working by adding the following:

class AV1QSVCodec(AV1Codec):
    """
    QSV AV1 Codec
    """
    codec_name = 'av1qsv'
    ffmpeg_codec_name = 'av1_qsv'

Adding it to the list of classes at the bottom of the file.

And then using av1qsv in the autoprocess.ini config file.

I've tested this on probably 100+ files at this point with zero issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants