Issue with filesink video writing

gotsring gotsring at live.com
Thu Feb 4 14:46:31 UTC 2021


What is your video source and what is your environment? If you are capturing
a high-resolution camera on something like a raspberry pi, it'll probably be
slow because of limited bandwidth and processing capability.

Does the video play smoothly when just viewing the live feed? Do this with
gst-launch-1.0 v4l2src
extra-controls=c,exposure_auto=1,exposure_absolute=330 ! videoconvert !
autovideosink

You can also try specifying the framerate by adding the framerate cap, as in
gst-launch-1.0 v4l2src
extra-controls=c,exposure_auto=1,exposure_absolute=330 !
video/x-raw,framerate=20/1 ! videoconvert ! autovideosink



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list