Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. ffmpeg -y -vaapi_device /dev/dri/renderD128 -f x11grab -video_size 1920x1080 -i :44 -vf 'hwupload,scale_vaapi=format=nv12' -c:v h264_vaapi -qp 24 output.mp4
  2. ffmpeg version N-89674-g57d0c24132 Copyright (c) 2000-2018 the FFmpeg developers
  3. built with gcc 7.2.1 (GCC) 20171128
  4. configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libass --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxvid --enable-shared --enable-version3
  5. libavutil 56. 7.100 / 56. 7.100
  6. libavcodec 58. 9.100 / 58. 9.100
  7. libavformat 58. 3.100 / 58. 3.100
  8. libavdevice 58. 0.100 / 58. 0.100
  9. libavfilter 7. 8.100 / 7. 8.100
  10. libavresample 4. 0. 0 / 4. 0. 0
  11. libswscale 5. 0.101 / 5. 0.101
  12. libswresample 3. 0.101 / 3. 0.101
  13. libpostproc 55. 0.100 / 55. 0.100
  14. [x11grab @ 0x556af556b340] Stream #0: not enough frames to estimate rate; consider increasing probesize
  15. Input #0, x11grab, from ':44':
  16. Duration: N/A, start: 1514998190.199428, bitrate: N/A
  17. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1920x1080, 29.97 fps, 1000k tbr, 1000k tbn, 1000k tbc
  18. Stream mapping:
  19. Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (h264_vaapi))
  20. Press [q] to stop, [?] for help
  21. [h264_vaapi @ 0x556af5577240] B frames are not supported (0x1).
  22. Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  23. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement