Advertisement
Guest User

Untitled

a guest
Jan 20th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gst-launch-0.10 videotestsrc is-live=true pattern=18 ! queue leaky=2 max-size-buffers=5 ! videoscale add-borders=1 ! video/x-raw-yuv,width=1024,height=768,pixel-aspect-ratio=\(fraction\)1/1 ! queue ! videoscale ! video/x-raw-yuv,width=720,height=480,pixel-aspect-ratio=\(fraction\)10/11 ! queue ! videorate ! video/x-raw-yuv,framerate=\(fraction\)30000/1001 ! ffmpegcolorspace ! ffenc_dvvideo ! mux. audiotestsrc ! ffmux_dv name=mux ! queue ! filesink location=/tmp/tmpxR0Xeo/fifo.dv
  2.  
  3. gst-launch-0.10 videotestsrc is-live=true pattern=18
  4. ! queue leaky=2 max-size-buffers=5
  5. ! videoscale add-borders=1
  6. ! video/x-raw-yuv,width=1024,height=768,pixel-aspect-ratio=\(fraction\)1/1
  7. ! queue
  8. ! videoscale
  9. ! video/x-raw-yuv,width=720,height=480,pixel-aspect-ratio=\(fraction\)10/11
  10. ! queue
  11. ! videorate
  12. ! video/x-raw-yuv,framerate=\(fraction\)30000/1001
  13. ! ffmpegcolorspace
  14. ! ffenc_dvvideo
  15. ! mux. audiotestsrc
  16. ! ffmux_dv name=mux
  17. ! queue
  18. ! filesink location=/tmp/tmpxR0Xeo/fifo.dv
  19.  
  20. INFO: Reading from /tmp/tmpxR0Xeo/fifo.dv
  21.  
  22. Setting pipeline to PAUSED ...
  23. INFO: Connecting to 0.0.0.0:2000
  24. INFO: Connected.
  25. Pipeline is live and does not need PREROLL ...
  26. Setting pipeline to PLAYING ...
  27. New clock: GstSystemClock
  28. ERROR: from element /GstPipeline:pipeline0/ffmux_dv:mux: Could not configure supporting library.
  29. Additional debug info:
  30. gstffmpegmux.c(665): gst_ffmpegmux_collected (): /GstPipeline:pipeline0/ffmux_dv:mux:
  31. Failed to write file header - check codec settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement