prittililprinsis

Untitled

May 5th, 2017
86
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -i 2017-05-05\ 20-45-04.mkv -vf format='nv12,hwupload' -threads 1 -f matroska -b:v 1M -minrate 1M -maxrate 1M -profile:v baseline -vcodec h264_vaapi test.mp4
  2. ffmpeg version N-85887-g523205ce1e Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 6.3.1 (GCC) 20170306
  4. configuration: --prefix=/usr --disable-debug --disable-static --enable-avisynth --enable-avresample --enable-fontconfig --enable-gnutls --enable-gpl --enable-ladspa --enable-libass --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libfdk-aac --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-nonfree --enable-shared --enable-version3 --enable-vaapi
  5. libavutil 55. 61.100 / 55. 61.100
  6. libavcodec 57. 94.101 / 57. 94.101
  7. libavformat 57. 72.101 / 57. 72.101
  8. libavdevice 57. 7.100 / 57. 7.100
  9. libavfilter 6. 88.100 / 6. 88.100
  10. libavresample 3. 6. 0 / 3. 6. 0
  11. libswscale 4. 7.101 / 4. 7.101
  12. libswresample 2. 8.100 / 2. 8.100
  13. libpostproc 54. 6.100 / 54. 6.100
  14. libva info: VA-API version 0.40.0
  15. libva info: va_getDriverName() returns 0
  16. libva info: Trying to open /usr/lib/dri/radeonsi_drv_video.so
  17. libva info: Found init function __vaDriverInit_0_40
  18. libva info: va_openDriver() returns 0
  19. Input #0, matroska,webm, from '2017-05-05 20-45-04.mkv':
  20. Metadata:
  21. ENCODER : Lavf57.72.101
  22. Duration: 00:00:01.53, start: 0.000000, bitrate: 426 kb/s
  23. Stream #0:0: Video: h264 (High), yuv420p(tv, bt470bg/unknown/unknown, progressive), 1280x720, 1k fps, 120 tbr, 1k tbn, 47.95 tbc (default)
  24. Metadata:
  25. DURATION : 00:00:00.774000000
  26. Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
  27. Metadata:
  28. DURATION : 00:00:01.532000000
  29. File 'test.mp4' already exists. Overwrite ? [y/N] y
  30. Stream mapping:
  31. Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_vaapi))
  32. Stream #0:1 -> #0:1 (aac (native) -> vorbis (libvorbis))
  33. Press [q] to stop, [?] for help
  34. [h264_vaapi @ 0x127b0e0] [Eval @ 0x7fff76572cd0] Undefined constant or missing '(' in 'baseline'
  35. [h264_vaapi @ 0x127b0e0] Unable to parse option value "baseline"
  36. [h264_vaapi @ 0x127b0e0] Error setting option profile to value baseline.
  37. 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
  38. [libvorbis @ 0x139a3c0] 35 frames left in the queue on closing
  39. Conversion failed!
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×