racsoraul / gst-nvidia-video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gst-launch-1.0 videotestsrc ! autovideosink
gst-launch-1.0 videotestsrc ! nvh264enc ! fakesink
./autogen.sh --noconfigure

./configure \
    --libdir=/usr/lib/x86_64-linux-gnu \
    CUDA_CFLAGS="-I/usr/local/cuda/include" \
    CUDA_LIBS="-L/usr/local/cuda/lib64" \
    NVENCODE_CFLAGS="-I/usr/local/cuda/include" \
    NVENCODE_LIBS="-L/usr/local/cuda/lib64/stubs"

About


Languages

Language:C 98.5%Language:Shell 1.0%Language:Dockerfile 0.6%