Advertisement
Guest User

Untitled

a guest
Oct 30th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $ gst-launch-0.10 -e v4l2src ! video/x-raw-yuv, width=720, height=487, framerate=30000/1001, format="(fourcc)"UYVY, interlaced=true ! 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: Could not negotiate format
  5. Additional debug info:
  6. gstbasesrc.c(2830): gst_base_src_start (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
  7. Check your filtered caps, if any
  8. Setting pipeline to NULL ...
  9. Freeing pipeline ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement