-
Notifications
You must be signed in to change notification settings - Fork 300
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 filter "scale_cuda" #91
Comments
Due to licensing issues with cuda and the gpl licensed code in ffmpeg it is not allowed to distribute ffmpeg with cuda enabled. You can create your own build for personal use and manually enable cuda (see for instance FFVSProjectGenerator with --enable-cuda-nvcc) but its not possible to add it to the libraries distributed here. |
--enable-cuda-nvcc - will add scale_cuda ? |
FFVSProjectGenerator error when --enable-cuda-nvcc: And then link error: |
Ah my bad, I forgot I havnt implemented it completely in FFVSProjectGenerator. Since the output wouldnt be distributable anyway I havnt spent much time enabling it and with any kind of sponsorship im unlikely to be able to add that feature anytime soon. |
How much need donate for you to implement it ? |
Theres probably a couple of days of work required as unfortunately ffmpeg uses a custom nvcc compilation method so any existing cuda+VS integration wont work and a custom one would need to be created. If your interested in funding development then feel free to email me using the email on my profile page |
I have already solved this question, I was able to build with "scale_cuda" :) |
|
It is possible to add ?
The text was updated successfully, but these errors were encountered: