Advertisement
Guest User

Untitled

a guest
Oct 17th, 2012
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. root@freescale ~$ gst-launch mfw_v4lsrc -v --gst-debug=2 capture-mode=4 capture-
  2.  
  3. width=1280 capture-height=720 num-buffers=2200 ! mfw_vpuencoder codec-type=std_a
  4.  
  5. vc width=1280 height=720 loopback=true ! mfw_vpudecoder parser=false loopback=tr
  6.  
  7. ue ! mfw_v4lsink
  8. MFW_GST_V4LSRC_PLUGIN 2.0.3 build on Oct 17 2012 07:43:12.
  9. MFW_GST_V4LSINK_PLUGIN 2.0.3 build on Oct 17 2012 07:43:14.
  10. Setting pipeline to PAUSED ...
  11. [INFO]Product Info: i.MX53
  12. VPU Version: firmware 1.4.41; libvpu: 5.3.2
  13. MFW_GST_VPU_DECODER_PLUGIN 2.0.3 build on Oct 17 2012 07:43:03.
  14. [INFO]Product Info: i.MX53
  15. VPU Version: firmware 1.4.41; libvpu: 5.3.2
  16. MFW_GST_VPU_ENCODER_PLUGIN 2.0.3 build on Oct 17 2012 07:42:58.
  17. /GstPipeline:pipeline0/MFWGstV4LSrc:mfwgstv4lsrc0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
  18. Pipeline is live and does not need PREROLL ...
  19. Setting pipeline to PLAYING ...
  20. 0:00:03.566696625 1116 0x15050 WARN bin gstbin.c:2312:gst_bin_do_latency_func:<pipeline0> failed to query latency
  21. New clock: GstSystemClock
  22. /GstPipeline:pipeline0/MfwGstVPU_Enc:mfwgstvpu_enc0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
  23. /GstPipeline:pipeline0/MfwGstVPU_Enc:mfwgstvpu_enc0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
  24. 0:00:04.188427979 1116 0xc1488 ERROR mfw_vpuencoder mfw_gst_vpu_encoder.c:875:mfw_gst_vpuenc_set_enc_resolution: >>VPU_ENC: Target picture width is too big : 1280
  25. 0:00:04.188667355 1116 0xc1488 ERROR mfw_vpuencoder mfw_gst_vpu_encoder.c:888:mfw_gst_vpuenc_set_enc_resolution: >>VPU_ENC: Target picture height is too big : 720
  26. /GstPipeline:pipeline0/MfwGstVPU_Enc:mfwgstvpu_enc0.GstPad:src: caps = video/x-h264, height=(int)720, width=(int)1280, framerate=(fraction)30/1
  27. /GstPipeline:pipeline0/MfwGstVPU_Dec:mfwgstvpu_dec0.GstPad:sink: caps = video/x-h264, height=(int)720, width=(int)1280, framerate=(fraction)30/1
  28. /GstPipeline:pipeline0/MfwGstVPU_Dec:mfwgstvpu_dec0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)NV12, width=(int)1280, height=(int)720, width_align=(int)16, height_align=(int)16, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, crop-top-by-pixel=(int)0, crop-left-by-pixel=(int)0, crop-right-by-pixel=(int)0, crop-bottom-by-pixel=(int)0, num-buffers-required=(int)9, field=(int)0
  29. 0:00:04.237262137 1116 0xc1488 WARN mfw_v4lsink mfw_gst_v4lsink.c:1217:mfw_gst_v4lsink_set_format: set to nv12 mode
  30. >>V4L_SINK: Actually buffer status:
  31. hardware buffer : 9
  32. software buffer : 0
  33. 0:00:04.464286378 1116 0xc1488 WARN mfw_v4lsink mfw_gst_v4lsink.c:1217:mfw_gst_v4lsink_set_format: set to nv12 mode
  34. /GstPipeline:pipeline0/MFW_GST_V4LSINK_INFO_T:mfw_gst_v4lsink_info_t0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)NV12, width=(int)1280, height=(int)720, width_align=(int)16, height_align=(int)16, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, crop-top-by-pixel=(int)0, crop-left-by-pixel=(int)0, crop-right-by-pixel=(int)0, crop-bottom-by-pixel=(int)0, num-buffers-required=(int)9, field=(int)0
  35. full screen size:800x480
  36. 0:00:04.468219503 1116 0xc4f00 WARN mfw_v4lsink mfw_gst_v4l.c:1357:mfw_gst_v4l2_display_init: Wrong display width information
  37. 0:00:04.468430127 1116 0xc4f00 WARN mfw_v4lsink mfw_gst_v4l.c:1361:mfw_gst_v4l2_display_init: Wrong display height information
  38. [V4L Update Display]: left=0, top=0, width=800, height=480
  39. mxc_ipu mxc_ipu: Channel already disabled 10
  40.  
  41. mxc_ipu mxc_ipu: Channel already uninitialized 10
  42.  
  43. mxc_ipu mxc_ipu: Channel already disabled 10
  44.  
  45. mxc_ipu mxc_ipu: Channel already uninitialized 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement