Advertisement
Guest User

Untitled

a guest
May 24th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. # gst-launch-1.0 -v multifilesrc location=/dev/fb0 \
  2. > ! videoparse format=bgra width=1280 height=720 framerate=25 \
  3. > ! avimux ! filesink location=gst25.avi
  4. Setting pipeline to PAUSED ...
  5. Pipeline is PREROLLING ...
  6. /GstPipeline:pipeline0/GstVideoParse:videoparse0/GstRawVideoParse:inner_rawvideoparse.GstPad:src: caps = video/x-raw, format=(string)BGRA, width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)sRGB, framerate=(fraction)25/1
  7. /GstPipeline:pipeline0/GstVideoParse:videoparse0.GstGhostPad:src: caps = video/x-raw, format=(string)BGRA, width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)sRGB, framerate=(fraction)25/1
  8. /GstPipeline:pipeline0/GstAviMux:avimux0.GstPad:video_0: caps = video/x-raw, format=(string)BGRA, width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)sRGB, framerate=(fraction)25/1
  9. /GstPipeline:pipeline0/GstVideoParse:videoparse0.GstGhostPad:src.GstProxyPad:proxypad1: caps = video/x-raw, format=(string)BGRA, width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)sRGB, framerate=(fraction)25/1
  10. /GstPipeline:pipeline0/GstAviMux:avimux0.GstPad:src: caps = video/x-msvideo
  11. /GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = video/x-msvideo
  12. Pipeline is PREROLLED ...
  13. Setting pipeline to PLAYING ...
  14. New clock: GstSystemClock
  15. ^Chandling interrupt.
  16. Interrupt: Stopping pipeline ...
  17. Execution ended after 0:01:10.571927014
  18. Setting pipeline to PAUSED ...
  19. Setting pipeline to READY ...
  20. Setting pipeline to NULL ...
  21. Freeing pipeline ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement