英文: use of undeclared crate or module 'gst' 问题 我试图在 macOS(最新版本)上运行 [gstreamer crate][1],但出现了...
我需要帮助将一个ffmpeg命令转换成一个gstreamer管道。
英文: I need help converting a ffmpeg command to a gstreamer pipeline 问题 我正在尝试使用下面的命令将一个RTSP输入流转换为MPEG...
降低 H.264 视频的分辨率,仅在视频高于 1080p 时执行。
英文: Downscale h264 video only if video is more than 1080p 问题 我的总体目标是确保只在必要时才会导致过多的CPU使用率。我将从GStreame...
使用nvvidconv在Jetson Nano上使用Python OpenCV同时在两个方向上翻转帧。
英文: Use nvvidconv to flip frame in 2 direction at the same time with Python OpenCV on Jetson Nano 问题...
gstreamer rtsp 未授权,而 VLC 可以播放
英文: gstreamer rtsp unauthorized while VLC can play 问题 我有一个工作中的流水线,从以下开始: gst-launch-1.0 rtspsrc loca...
How to use nvidia component to accelerate usb camera (v4l2src or nvv4l2camerasrc) on Jetson Nano with Python3 OpenCV
英文: How to use nvidia component to accelerate usb camera (v4l2src or nvv4l2camerasrc) on Jetson Nano...
Is it possible to do h264 encoding before streaming a video with gstreamer, to save time when serving frames?
英文: Is it possible to do h264 encoding before streaming a video with gstreamer, to save time when se...
GStreamer的appsink比filesink慢得多。
英文: GStreamer appsink is much more slower than filesink 问题 我正在尝试使用Golang中的GStreamer将MP3文件转换为Wave格式。以...
2