I have prepared a sample code to pull images from file src.
Pull images contains lines on the top.
Can any one guide me into this.
pipeline =
gst_parse_launch("filesrc location=/bunny-1080.mp4 !" "qtdemux !" "h264parse
!" "v4l2h264dec capture-io-mode=4 !" "v4l2convert output-io-mode=5
capture-io-mode=4 !" "capsfilter caps=\"video/x-raw, format=BGR\" !"
"appsink name=appsink", NULL);
Extra lines only generated if i add
output-io-mode=5 in v4l2convert plugin.
Input : bunny.mp4
https://streamable.com/o09pls <
https://streamable.com/o09pls>
Output :
https://i.stack.imgur.com/n87yY.jpg <
https://i.stack.imgur.com/n87yY.jpg>
Same problem arises when run using
gst-launch-1.0gst-launch-1.0 filesrc
location=/bunny-1080.mp4 ! qtdemux ! h264parse ! v4l2h264dec
capture-io-mode=4 ! v4l2convert output-io-mode=5 capture-io-mode=4 !
capsfilter caps=video/x-raw,format=BGR ! jpegenc ! multifilesink
location=img%d.jpg
--
Sent from:
http://gstreamer-devel.966125.n4.nabble.com/_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel