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

ffmpeg with nvenc #492

Merged
merged 2 commits into from
Dec 12, 2017
Merged

ffmpeg with nvenc #492

merged 2 commits into from
Dec 12, 2017

Conversation

n-kai-cj
Copy link
Contributor

I'd like to build nvenc, use NVIDIA GPU for encoding or decoding as GPGPU, into ffmpeg as well, so we need CUDA to use nvenc
To get ffmpeg with nvenc, all we have to do is adding --enable-nvenc to ffmpeg configure option.
I've checked the build made success on windows-x86_64 platform.

I think this commit relates with #389 .
Thank you.

@saudet
Copy link
Member

saudet commented Dec 10, 2017 via email

@saudet
Copy link
Member

saudet commented Dec 12, 2017

No, it doesn't appear to add a dependency on CUDA, interesting.

@n-kai-cj
Copy link
Contributor Author

Sorry for late and thank you @saudet !
Actually I have checked only build success, but not checked whether work or not.

@saudet saudet merged commit 6c75d6a into bytedeco:master Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants