Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2021
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. line 11: ffmpeg version 4.3.2 Copyright (c) 2000-2021 the FFmpeg developers
  2. built with Apple clang version 12.0.0 (clang-1200.0.32.29)
  3. configuration: --prefix=/usr/local/Cellar/ffmpeg/4.3.2 --enable-shared --enable-pthreads --enable-version3 --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-videotoolbox
  4.  
  5. line 11: libavutil 56. 51.100 / 56. 51.100
  6. libavcodec 58. 91.100 / 58. 91.100
  7. libavformat 58. 45.100 / 58. 45.100
  8. libavdevice 58. 10.100 / 58. 10.100
  9. libavfilter 7. 85.100 / 7. 85.100
  10. libavresample 4. 0. 0 / 4. 0. 0
  11. libswscale 5. 7.100 / 5. 7.100
  12. libswresample 3. 7.100 / 3. 7.100
  13. libpostproc 55. 7.100 / 55. 7.100
  14.  
  15. line 11: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input1.mp4':
  16. Metadata:
  17. major_brand : isom
  18. minor_version : 512
  19. compatible_brands: isomiso2avc1mp41
  20. encoder : Lavf58.45.100
  21. Duration: 00:01:00.05, start: 0.000000, bitrate: 224 kb/s
  22.  
  23. line 11: Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc), 360x640, 151 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  24. Metadata:
  25. handler_name : VideoHandler
  26. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 64 kb/s (default)
  27. Metadata:
  28. handler_name : Core Media Audio
  29.  
  30. line 11: Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'input2.mp4':
  31. Metadata:
  32. major_brand : isom
  33. minor_version : 512
  34. compatible_brands: isomiso2avc1mp41
  35. encoder : Lavf58.45.100
  36. Duration: 00:00:56.36, start: 0.000000, bitrate: 779 kb/s
  37. Stream #1:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 360x640, 701 kb/s, 60 fps, 60 tbr,
  38. line 11: 15360 tbn, 120 tbc (default)
  39. Metadata:
  40. handler_name : VideoHandler
  41. Stream #1:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 64 kb/s (default)
  42. Metadata:
  43. handler_name : Core Media Audio
  44.  
  45. line 11: Stream mapping:
  46. Stream #0:0 (h264) -> crop
  47. Stream #0:0 (h264) -> crop
  48. Stream #0:0 (h264) -> hstack:input1
  49. Stream #0:1 (aac) -> amix:input0
  50. Stream #1:0 (h264) -> fps
  51. Stream #1:1 (aac) -> amix:input1
  52. hstack -> Stream #0:0 (libx264)
  53. amix -> Stream #0:1 (aac)
  54. Press [q] to stop, [?] for help
  55.  
  56. line 11: [swscaler @ 0x7ff5404e0000] deprecated pixel format used, make sure you did set range correctly
  57.  
  58. line 11: [Parsed_hstack_6 @ 0x7ff5394482c0] Input 1 height 640 does not match input 0 height 1000.
  59. [Parsed_hstack_6 @ 0x7ff5394482c0] Failed to configure output pad on Parsed_hstack_6
  60.  
  61. line 11: Error reinitializing filters!
  62. Failed to inject frame into filter network: Invalid argument
  63. Error while processing the decoded data for stream #1:0
  64.  
  65. line 11: Conversion failed!
  66.  
  67. ffmpeg completed with 1:null
  68. error: ffmpeg failed with 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement