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 <a href="https://streamable.com/o09pls" target="_top" rel="nofollow" link="external">https://streamable.com/o09pls</a>
Output : <a href="https://i.stack.imgur.com/n87yY.jpg" target="_top" rel="nofollow" link="external">https://i.stack.imgur.com/n87yY.jpg</a>
Same problem arises when run using gst-launch-1.0
gst-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
<br/><hr align="left" width="300" />
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>