<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Also, in a Raspberry Pi you may want to replace the x264enc by the HW accelerated one omxh264enc<br><br><div id="AppleMailSignature" dir="ltr">Michael</div><div dir="ltr"><br>On May 2, 2019, at 8:57 AM, David Ing <<a href="mailto:ding@panopto.com">ding@panopto.com</a>> wrote:<br><br></div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Sorry I meant --gst-debug-level=2 would show you warning (level=2) and error (level=1) log messages.  If you set --gst-debug-level=3 then you would also see info (level=3) log messages.<br></div><div dir="ltr"><br></div><div>Alternatively you can set the GST_DEBUG environment variable in exactly the same way.  To learn more about setting this variable:</div><div><a href="https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html">https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html</a>  <br></div><div dir="ltr"><div><br></div><div>You can also set the debug level on individual log categories.  For a list of those categories:</div><div><br></div><div>gst-launch-1.0 --gst-debug-help</div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 2, 2019 at 7:45 AM Aditya Oza <<a href="mailto:aditya.oza@teksun.in">aditya.oza@teksun.in</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Thank you for reply,<br>
<br>
As you mention above first, I use *video-flip rotation=180* command in place<br>
of *video-flipmethod=clockwise* and get perfect result as same as previous.<br>
<br>
 I use following pipeline: <br>
<br>
 gst-launch-1.0 -v  v4l2src device=/dev/video0 ! capsfilter<br>
caps="video/x-raw, width=1920,height=1080,framerate=30/1" !* videoflip<br>
method=rotate-180* ! gst-debug ! videoconvert ! videorate ! x264enc! avimux<br>
! filesink location=test_video.h264<br>
<br>
now my doubt is, where i use --gst debug flag in my pipeline?  <br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div>
</div></blockquote><blockquote type="cite"><div dir="ltr"><span>_______________________________________________</span><br><span>gstreamer-devel mailing list</span><br><span><a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a></span><br><span><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></span></div></blockquote></body></html>