Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

unable to save video #386

Open
mymultiverse opened this issue Oct 10, 2018 · 2 comments
Open

unable to save video #386

mymultiverse opened this issue Oct 10, 2018 · 2 comments

Comments

@mymultiverse
Copy link

I am running following command but it is just showing warning.

sudo gst-launch-1.0 -e v4l2src device=/dev/video13 num-buffers=2000 ! autovideoconvert format=i420 width=1920 height=1080 framerate=30/1 ! vaapih264enc rate-control=cbr tune=high-compression ! qtmux ! filesink location=encoded_video.mp4
WARNING: erroneous pipeline: no element "autovideoconvert"

@hooverryan
Copy link

I got mine to work using the following command:
sudo gst-launch-1.0 -e rtsp location=rtsp://192.168.8.1:8554/video13 ! rtph264depay ! h264parse ! mp4mux ! filesink location=video.mp4

@mymultiverse
Copy link
Author

I got mine to work using the following command:
sudo gst-launch-1.0 -e rtsp location=rtsp://192.168.8.1:8554/video13 ! rtph264depay ! h264parse ! mp4mux ! filesink location=video.mp4

In this case, I am getting

WARNING: erroneous pipeline: no element "rtsp"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants