Advertisement
Guest User

Untitled

a guest
Jun 16th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. gst-launch-1.0 filesrc blocksize=10000000 location=infile.mp4 ! videoparse format=i420 height=1080 width=1920 framerate=30/1 ! vaapipostproc ! queue ! vaapiencode_h264 ! qtmux ! filesink location=test2.mp4
  2. libva info: VA-API version 0.37.0
  3. libva info: va_getDriverName() returns 0
  4. libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
  5. libva info: Found init function __vaDriverInit_0_37
  6. libva info: va_openDriver() returns 0
  7. Setting pipeline to PAUSED ...
  8. Pipeline is PREROLLING ...
  9. Got context from element 'vaapipostproc0': gst.vaapi.Display=context, display=(GstVaapiDisplay)NULL;
  10. ERROR: from element /GstPipeline:pipeline0/GstVaapiEncodeH264:vaapiencodeh264-0: GStreamer error: negotiation problem.
  11. Additional debug info:
  12. gstvideoencoder.c(1463): gst_video_encoder_chain (): /GstPipeline:pipeline0/GstVaapiEncodeH264:vaapiencodeh264-0:
  13. encoder not initialized
  14. ERROR: pipeline doesn't want to preroll.
  15. Setting pipeline to NULL ...
  16. Freeing pipeline ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement