Does GPU Encoded movie has any distribution terms?

I want to use the NVIDIA video codec SDK for ENCODING frame bitmaps to a movie. I’m doing it with my own code (not ffmpeg) calling the SDK.
I want to use the GPU acceleration with CUDA and distribute the movie (for example put it on my webpage for download).
What are the license terms for the distribution?
For example, I know that if I use FFMPEG being an LGPL I have to disclose the code I used to generate the movie. Does it apply to using NVIDIA’s SDK? Any other terms? Does it apply to H264, H265 and/or lossless?