Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. ffmpeg -vaapi_device /dev/dri/renderD128 -i DieHard.m2t -vf 'hwupload,scale_vaapi=format=nv12' -c:v h264_vaapi -qp 24 -bf 0 -y output4.mp4
  2. ffmpeg version 3.4.4 Copyright (c) 2000-2018 the FFmpeg developers
  3. built with gcc 7 (SUSE Linux)
  4. configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include/ffmpeg --extra-cflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --optflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --disable-htmlpages --enable-pic --disable-stripping --enable-shared --disable-static --enable-gpl --disable-openssl --enable-avresample --enable-libcdio --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libcelt --enable-libcdio --enable-libdc1394 --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libzimg --enable-libzvbi --enable-vaapi --enable-vdpau --enable-libx264 --enable-libx265 --enable-libxvid
  5. libavutil 55. 78.100 / 55. 78.100
  6. libavcodec 57.107.100 / 57.107.100
  7. libavformat 57. 83.100 / 57. 83.100
  8. libavdevice 57. 10.100 / 57. 10.100
  9. libavfilter 6.107.100 / 6.107.100
  10. libavresample 3. 7. 0 / 3. 7. 0
  11. libswscale 4. 8.100 / 4. 8.100
  12. libswresample 2. 9.100 / 2. 9.100
  13. libpostproc 54. 7.100 / 54. 7.100
  14. [mpeg2video @ 0x56234da62e80] Invalid frame dimensions 0x0.
  15. Last message repeated 10 times
  16. [mpegts @ 0x56234da4e3a0] PES packet size mismatch
  17. Last message repeated 2 times
  18. Input #0, mpegts, from 'DieHard.m2t':
  19. Duration: 03:05:00.17, start: 91017.013500, bitrate: 3573 kb/s
  20. Program 12060
  21. Stream #0:0[0xa7]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, top first), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
  22. Stream #0:1[0x88](deu): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s (clean effects)
  23. Stream #0:2[0x47](deu): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250
  24. Stream #0:3[0x4a](deu): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
  25. Stream mapping:
  26. Stream #0:0 -> #0:0 (mpeg2video (native) -> h264 (h264_vaapi))
  27. Stream #0:1 -> #0:1 (mp2 (native) -> aac (native))
  28. Press [q] to stop, [?] for help
  29. [scale_vaapi @ 0x56234db04360] Failed to render parameter buffer: 6 (invalid VASurfaceID).
  30. Error while filtering: Input/output error
  31. Failed to inject frame into filter network: Input/output error
  32. Error while processing the decoded data for stream #0:0
  33. [aac @ 0x56234da9e8c0] Qavg: 166.697
  34. [aac @ 0x56234da9e8c0] 2 frames left in the queue on closing
  35. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement