1 2 3 4 5 6 7 8 9 10 11 12 | python -m pip install meson python -m pip install ninja git clone https://gitlab.freedesktop.org/gstreamer/gstreamer.git cd gstreamer rd /S /Q build meson --buildtype=release -Dprefix=%CD%/installed -Dlibav=enabled -Dgst-plugins-ugly:x264=enabled -Dgst-plugins-bad:nvcodec=enabled build meson compile -C build meson install -C build |
refer to:
https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-meson.html
http://dljz.nicethemes.cn/news/show-62582.html
https://blog.csdn.net/yuwg_le/article/details/126147636