Guest User

Untitled

a guest
Sep 29th, 2017
59
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ffmpeg -i left.mp4 -i right.mp4 -filter_complex "[0:v]crop=638:720, pad=640:720:0:0:green[tmp0]; [1:v]crop=638:720, pad=640:720:2:0:green[tmp1]; [tmp0][tmp1]hstack[v]; anullsrc[silent1]" -map [v] -map [silent1] -ac 2 -shortest -y o.mp4
  2. ffmpeg version 3.2.7-1~deb9u1 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 6.3.0 (Debian 6.3.0-18) 20170516
  4. configuration: --prefix=/usr --extra-version='1~deb9u1' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libebur128 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  5. libavutil 55. 34.101 / 55. 34.101
  6. libavcodec 57. 64.101 / 57. 64.101
  7. libavformat 57. 56.101 / 57. 56.101
  8. libavdevice 57. 1.100 / 57. 1.100
  9. libavfilter 6. 65.100 / 6. 65.100
  10. libavresample 3. 1. 0 / 3. 1. 0
  11. libswscale 4. 2.100 / 4. 2.100
  12. libswresample 2. 3.100 / 2. 3.100
  13. libpostproc 54. 1.100 / 54. 1.100
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'left.mp4':
  15. Metadata:
  16. major_brand : isom
  17. minor_version : 512
  18. compatible_brands: isomiso2avc1mp41
  19. encoder : Lavf57.56.101
  20. Duration: 00:00:25.99, start: 0.000000, bitrate: 3508 kb/s
  21. Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x720, 3507 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  22. Metadata:
  23. handler_name : VideoHandler
  24. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'right.mp4':
  25. Metadata:
  26. major_brand : isom
  27. minor_version : 512
  28. compatible_brands: isomiso2avc1mp41
  29. encoder : Lavf57.56.101
  30. Duration: 00:00:25.99, start: 0.000000, bitrate: 3501 kb/s
  31. Stream #1:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x720, 3500 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  32. Metadata:
  33. handler_name : VideoHandler
  34. [libx264 @ 0x556d5fcf0aa0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
  35. [libx264 @ 0x556d5fcf0aa0] profile High, level 3.1
  36. [libx264 @ 0x556d5fcf0aa0] 264 - core 148 r2748 97eaef2 - H.264/MPEG-4 AVC codec - Copyleft 2003-2016 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=3 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  37. Output #0, mp4, to 'o.mp4':
  38. Metadata:
  39. major_brand : isom
  40. minor_version : 512
  41. compatible_brands: isomiso2avc1mp41
  42. encoder : Lavf57.56.101
  43. Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 1280x720, q=-1--1, 29.97 fps, 30k tbn, 29.97 tbc (default)
  44. Metadata:
  45. encoder : Lavc57.64.101 libx264
  46. Side data:
  47. cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
  48. Stream #0:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp, 128 kb/s (default)
  49. Metadata:
  50. encoder : Lavc57.64.101 aac
  51. Stream mapping:
  52. Stream #0:0 (h264) -> crop
  53. Stream #1:0 (h264) -> crop
  54. hstack -> Stream #0:0 (libx264)
  55. anullsrc -> Stream #0:1 (aac)
  56. Press [q] to stop, [?] for help
  57. ^Came= 779 fps=1.3 q=29.0 size= 19127kB time=16:53:41.37 bitrate= 2.6kbits/s speed=99.9x
  58. lex@trabajar:~/share/python/ffmpegHelper$ ffmpeg -i left.mp4 -i right.mp4 -filter_complex "[0:v]crop=638:720, pad=640:720:0:0:green[tmp0]; [1:v]crop=638:720, pad=640:720:2:0:green[tmp1]; [tmp0][tmp1]hstack[v]; anullsrc[silent1]" -map [v] -map [silent1] -ac 2 -shortest -y o.mp4
  59. ffmpeg version 3.2.7-1~deb9u1 Copyright (c) 2000-2017 the FFmpeg developers
  60. built with gcc 6.3.0 (Debian 6.3.0-18) 20170516
  61. configuration: --prefix=/usr --extra-version='1~deb9u1' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libebur128 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  62. libavutil 55. 34.101 / 55. 34.101
  63. libavcodec 57. 64.101 / 57. 64.101
  64. libavformat 57. 56.101 / 57. 56.101
  65. libavdevice 57. 1.100 / 57. 1.100
  66. libavfilter 6. 65.100 / 6. 65.100
  67. libavresample 3. 1. 0 / 3. 1. 0
  68. libswscale 4. 2.100 / 4. 2.100
  69. libswresample 2. 3.100 / 2. 3.100
  70. libpostproc 54. 1.100 / 54. 1.100
  71. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'left.mp4':
  72. Metadata:
  73. major_brand : isom
  74. minor_version : 512
  75. compatible_brands: isomiso2avc1mp41
  76. encoder : Lavf57.56.101
  77. Duration: 00:00:25.99, start: 0.000000, bitrate: 3508 kb/s
  78. Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x720, 3507 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  79. Metadata:
  80. handler_name : VideoHandler
  81. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'right.mp4':
  82. Metadata:
  83. major_brand : isom
  84. minor_version : 512
  85. compatible_brands: isomiso2avc1mp41
  86. encoder : Lavf57.56.101
  87. Duration: 00:00:25.99, start: 0.000000, bitrate: 3501 kb/s
  88. Stream #1:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x720, 3500 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  89. Metadata:
  90. handler_name : VideoHandler
  91. [libx264 @ 0x56282a10daa0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
  92. [libx264 @ 0x56282a10daa0] profile High, level 3.1
  93. [libx264 @ 0x56282a10daa0] 264 - core 148 r2748 97eaef2 - H.264/MPEG-4 AVC codec - Copyleft 2003-2016 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=3 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  94. Output #0, mp4, to 'o.mp4':
  95. Metadata:
  96. major_brand : isom
  97. minor_version : 512
  98. compatible_brands: isomiso2avc1mp41
  99. encoder : Lavf57.56.101
  100. Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 1280x720, q=-1--1, 29.97 fps, 30k tbn, 29.97 tbc (default)
  101. Metadata:
  102. encoder : Lavc57.64.101 libx264
  103. Side data:
  104. cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
  105. Stream #0:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp, 128 kb/s (default)
  106. Metadata:
  107. encoder : Lavc57.64.101 aac
  108. Stream mapping:
  109. Stream #0:0 (h264) -> crop
  110. Stream #1:0 (h264) -> crop
  111. hstack -> Stream #0:0 (libx264)
  112. anullsrc -> Stream #0:1 (aac)
  113. Press [q] to stop, [?] for help
  114. ^Came= 779 fps=0.3 q=29.0 size= 68084kB time=70:11:47.29 bitrate= 2.2kbits/s speed= 103x
  115. lex@trabajar:~/share/python/ffmpegHelper$ ^C
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.

×