VFW/Directshow version of NVENC
Hello Rigaya!
There is a really enormous demand for a VFW/Directshow version of NVENC among users. IS it possible to implement your existing NVENC codec in VFW/Directshow codec, or somebody must rewrite it from the basics?
Can you make such codec with the very same options what your present NVENC provides?
Best regards! Bye!
IS it possible to implement your existing NVENC codec in VFW/Directshow codec, or somebody must rewrite it from the basics?
It's a completely different interface. so you must rewrite it, and you need somebody who knows of the basis of VFW/Directshow.
It would be interesting to hear why you think VFW has enormous demand. It's probably only a minority and has no real advantages.
It would be interesting to hear why you think VFW has enormous demand. It's probably only a minority and has no real advantages.
I don't consider content creators as minority, who record/capture lossless videos from their DSLRs to their computer storage. Maybe it is minority from the viewpoint of DVD blu-ray grabbers who spread films illegally on torrent sites. Yes, I understand that Blu-ray and DVD torrent pirates don't care about video capture much...
Supporting VFW makes it usable in any other encoding software that uses VFW, akin to being open sourced.
Maybe this can help whoever interested in understanding VFW https://github.com/jackun/openencodevfw The trouble have is, I don't understand NVENC nor VFW 😂
See also https://www.codeproject.com/Articles/421869/H-264-CUDA-Encoder-DirectShow-Filter-in-Csharp
Or modify https://github.com/MasterNobody/x264vfw/blob/master/codec.c to use NVENC functions instead
I'm sorry, but currently I have no plan for this.