Expand description
Stub NVENC encoder, compiled when the nvidia feature is off.
Keeps nvenc::NvencEncoder a real type so the dispatcher in
encode/mod.rs compiles unchanged, but construction always errors —
auto-select then skips the NVIDIA tier. Enable --features nvidia to
compile the real hand-rolled nvEncodeAPI FFI encoder (nvenc.rs).