Advertisement
Guest User

Untitled

a guest
Oct 30th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. $ gst-launch-0.10 -e v4l2src ! video/x-raw-yuv, width=720, height=487, framerate=30000/1001, format="(fourcc)"I420, interlaced=false ! ffmpegcolorspace ! x264enc speed-preset=ultrafast tune=zerolatency bitrate=5000 ! matroskamux ! filesink location=test.mkv
  2. Setting pipeline to PAUSED ...
  3. ERROR: Pipeline doesn't want to pause.
  4. ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Device '/dev/video0' cannot capture at 720x487
  5. Additional debug info:
  6. gstv4l2object.c(2207): gst_v4l2_object_set_format (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
  7. Tried to capture at 720x487, but device returned size 720x486
  8. Setting pipeline to NULL ...
  9. Freeing pipeline ...
  10.  
  11.  
  12.  
  13. $ gst-launch-0.10 -e v4l2src ! video/x-raw-yuv, width=720, height=486, framerate=30000/1001, format="(fourcc)"I420, interlaced=false ! ffmpegcolorspace ! x264enc speed-preset=ultrafast tune=zerolatency bitrate=5000 ! matroskamux ! filesink location=test.mkv
  14. Setting pipeline to PAUSED ...
  15. Pipeline is live and does not need PREROLL ...
  16. Setting pipeline to PLAYING ...
  17. New clock: GstSystemClock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement