Video Recording issue in Gstreamer

Michael Gruner michael.gruner at ridgerun.com
Thu May 2 15:25:42 UTC 2019


Also, in a Raspberry Pi you may want to replace the x264enc by the HW accelerated one omxh264enc

Michael

> On May 2, 2019, at 8:57 AM, David Ing <ding at panopto.com> wrote:
> 
> 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.
> 
> Alternatively you can set the GST_DEBUG environment variable in exactly the same way.  To learn more about setting this variable:
> https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html  
> 
> You can also set the debug level on individual log categories.  For a list of those categories:
> 
> gst-launch-1.0 --gst-debug-help
> 
>> On Thu, May 2, 2019 at 7:45 AM Aditya Oza <aditya.oza at teksun.in> wrote:
>> Thank you for reply,
>> 
>> As you mention above first, I use *video-flip rotation=180* command in place
>> of *video-flipmethod=clockwise* and get perfect result as same as previous.
>> 
>>  I use following pipeline: 
>> 
>>  gst-launch-1.0 -v  v4l2src device=/dev/video0 ! capsfilter
>> caps="video/x-raw, width=1920,height=1080,framerate=30/1" !* videoflip
>> method=rotate-180* ! gst-debug ! videoconvert ! videorate ! x264enc! avimux
>> ! filesink location=test_video.h264
>> 
>> now my doubt is, where i use --gst debug flag in my pipeline?  
>> 
>> 
>> 
>> 
>> --
>> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190502/cb2e9667/attachment.html>


More information about the gstreamer-devel mailing list