Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. VK_LOADER_DEBUG=info,error ./ffmpeg -loglevel verbose -init_hw_device "vulkan=vk:0" -i ~/Videos/video-to-watch.mp4 -filter_hw_device vk -vf format=yuv420p10le,hwupload,scale_vulkan=-2:320 -an -f null -
  2. ffmpeg version N-96777-gebee808595 Copyright (c) 2000-2020 the FFmpeg developers
  3. built with gcc 9 (Debian 9.2.1-8)
  4. configuration: --enable-vulkan --enable-libglslang
  5. libavutil 56. 41.100 / 56. 41.100
  6. libavcodec 58. 70.100 / 58. 70.100
  7. libavformat 58. 38.101 / 58. 38.101
  8. libavdevice 58. 9.103 / 58. 9.103
  9. libavfilter 7. 76.100 / 7. 76.100
  10. libswscale 5. 6.100 / 5. 6.100
  11. libswresample 3. 6.100 / 3. 6.100
  12. INFO: Found ICD manifest file /usr/share/vulkan/icd.d/nvidia_icd.json, version "1.0.0"
  13. INFO: Found ICD manifest file /usr/share/vulkan/icd.d/nvidia_icd.json, version "1.0.0"
  14. INFO: Found ICD manifest file /usr/share/vulkan/icd.d/nvidia_icd.json, version "1.0.0"
  15. [AVHWDeviceContext @ 0x558b7927b340] GPU listing:
  16. [AVHWDeviceContext @ 0x558b7927b340] 0: Quadro K6000 (discrete) (0x103a)
  17. [AVHWDeviceContext @ 0x558b7927b340] Using device: Quadro K6000
  18. [AVHWDeviceContext @ 0x558b7927b340] Alignments:
  19. [AVHWDeviceContext @ 0x558b7927b340] optimalBufferCopyOffsetAlignment: 1
  20. [AVHWDeviceContext @ 0x558b7927b340] optimalBufferCopyRowPitchAlignment: 1
  21. [AVHWDeviceContext @ 0x558b7927b340] minMemoryMapAlignment: 64
  22. [AVHWDeviceContext @ 0x558b7927b340] Using queue family 0 for graphics, flags: (graphics) (compute) (transfer) (sparse)
  23. [AVHWDeviceContext @ 0x558b7927b340] Using queue family 1 for transfers, flags: (transfer)
  24. [AVHWDeviceContext @ 0x558b7927b340] Using device extension "VK_KHR_external_memory_fd"
  25. [AVHWDeviceContext @ 0x558b7927b340] Extension "VK_EXT_external_memory_dma_buf" not found!
  26. [AVHWDeviceContext @ 0x558b7927b340] Extension "VK_EXT_image_drm_format_modifier" not found!
  27. [AVHWDeviceContext @ 0x558b7927b340] Using device extension "VK_KHR_external_semaphore_fd"
  28. [h264 @ 0x558b79322800] Reinit context to 1280x720, pix_fmt: yuv420p
  29. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/usr/local/google/home/tfoucu/Videos/video-to-watch.mp4':
  30. Metadata:
  31. major_brand : mp42
  32. minor_version : 0
  33. compatible_brands: isommp42
  34. creation_time : 2020-01-17T01:38:25.000000Z
  35. encoder : Google
  36. Duration: 01:40:49.89, start: 0.000000, bitrate: 2853 kb/s
  37. Stream #0:0(und): Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(tv, bt709, left), 1280x720 [SAR 1:1 DAR 16:9], 2655 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)
  38. Metadata:
  39. creation_time : 2020-01-17T01:38:25.000000Z
  40. handler_name : ISO Media file produced by Google Inc. Created on: 01/16/2020.
  41. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 194 kb/s (default)
  42. Metadata:
  43. creation_time : 2020-01-17T01:38:25.000000Z
  44. handler_name : ISO Media file produced by Google Inc. Created on: 01/16/2020.
  45. Stream mapping:
  46. Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
  47. Press [q] to stop, [?] for help
  48. [h264 @ 0x558b79325640] Reinit context to 1280x720, pix_fmt: yuv420p
  49. [graph 0 input from stream 0:0 @ 0x558b7a00d200] w:1280 h:720 pixfmt:yuv420p tb:1/24000 fr:24000/1001 sar:1/1
  50. [auto_scaler_0 @ 0x558b7a011000] w:iw h:ih flags:'bicubic' interl:0
  51. [Parsed_format_0 @ 0x558b7a009780] auto-inserting filter 'auto_scaler_0' between the filter 'graph 0 input from stream 0:0' and the filter 'Parsed_format_0'
  52. [auto_scaler_1 @ 0x558b7a012d80] w:iw h:ih flags:'bicubic' interl:0
  53. [Parsed_hwupload_1 @ 0x558b7a00ca00] auto-inserting filter 'auto_scaler_1' between the filter 'Parsed_format_0' and the filter 'Parsed_hwupload_1'
  54. [auto_scaler_0 @ 0x558b7a011000] w:1280 h:720 fmt:yuv420p sar:1/1 -> w:1280 h:720 fmt:yuv420p10le sar:1/1 flags:0x4
  55. [auto_scaler_1 @ 0x558b7a012d80] w:1280 h:720 fmt:yuv420p10le sar:1/1 -> w:1280 h:720 fmt:yuv420p16le sar:1/1 flags:0x4
  56. [AVHWFramesContext @ 0x558b7a0137c0] [IMGUTILS @ 0x7fff143fd480] Picture size 4294967294x320 is invalid
  57. [Parsed_scale_vulkan_2 @ 0x558b7a00cd00] Failed to initialise output frames: -22.
  58. [Parsed_scale_vulkan_2 @ 0x558b7a00cd00] Failed to configure output pad on Parsed_scale_vulkan_2
  59. Error reinitializing filters!
  60. Failed to inject frame into filter network: Invalid argument
  61. Error while processing the decoded data for stream #0:0
  62. [AVIOContext @ 0x558b79320b00] Statistics: 2660417 bytes read, 0 seeks
  63. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement