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

[Feature] HEVC_NVENC and H264_NVENC support #94

Open
Ceiridge opened this issue Mar 6, 2022 · 3 comments
Open

[Feature] HEVC_NVENC and H264_NVENC support #94

Ceiridge opened this issue Mar 6, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Ceiridge
Copy link

Ceiridge commented Mar 6, 2022

Is your feature request related to a problem? Please describe.
Since libx264 and libx265 is supported in

string settings = "-c:v libx264";
and
string settings = "-c:v libx265";

it would be great to see hevc_nvenc and h264_nvenc added, too. I have not looked into it much, but it might suffice to just replace the codec and most of the options may be the same.
I'm not sure if it is worth it to add these old codecs to a GUI supposed to encode with AV1, but it wouldn't hurt

@Ceiridge Ceiridge added the enhancement New feature or request label Mar 6, 2022
@Alkl58
Copy link
Owner

Alkl58 commented Mar 10, 2022

Wouldn't it be simpler for the user to enable advanced settings custom settings and simply replacing the codec with the desired one?
grafik

@Ceiridge
Copy link
Author

I missed that completely. It's not necessary, but it would be much more user-friendly if one could choose it in the encoder list

@Sacred-Shadow
Copy link

Would really be easier if it was just available for selection. :)

I understand your reaction as a professional. @Alkl58
But maybe you can create the profiles one by one sometime when you are close to the code again 😁😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants