Advertisement
silmood

ffmpeg-2webm

Dec 2nd, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. ffmpeg -i 2.webm -i 1.webm
  2.  
  3. ffmpeg version 4.2.1 Copyright (c) 2000-2019 the FFmpeg developers
  4. built with Apple clang version 11.0.0 (clang-1100.0.33.8)
  5. configuration: --prefix=/usr/local/Cellar/ffmpeg/4.2.1_2 --enable-shared --enable-pthreads --enable-version3 --enable-avresample --cc=clang --host-cflags='-I/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/include/darwin -fno-stack-check' --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libmp3lame --enable-libopus --enable-librubberband --enable-libsnappy --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --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-videotoolbox --disable-libjack --disable-indev=jack
  6. libavutil 56. 31.100 / 56. 31.100
  7. libavcodec 58. 54.100 / 58. 54.100
  8. libavformat 58. 29.100 / 58. 29.100
  9. libavdevice 58. 8.100 / 58. 8.100
  10. libavfilter 7. 57.100 / 7. 57.100
  11. libavresample 4. 0. 0 / 4. 0. 0
  12. libswscale 5. 5.100 / 5. 5.100
  13. libswresample 3. 5.100 / 3. 5.100
  14. libpostproc 55. 5.100 / 55. 5.100
  15. Input #0, matroska,webm, from '2.webm':
  16. file 'output/2.webm'
  17. Metadata:
  18. ENCODER : Lavf58.29.100
  19. Duration: 00:00:48.37, start: 1.031000, bitrate: 805 kb/s
  20. Stream #0:0(eng): Video: vp8, yuv420p(progressive), 1280x720, SAR 1:1 DAR 16:9, 1 fps, 14.67 tbr, 1k tbn, 1k tbc (default)
  21. Metadata:
  22. title : Video
  23. DURATION : 00:00:48.373000000
  24. Input #1, matroska,webm, from '1.webm':
  25. Metadata:
  26. ENCODER : Lavf58.29.100
  27. Duration: 00:00:28.79, start: 0.099000, bitrate: 35 kb/s
  28. Stream #1:0(eng): Video: vp8, yuv420p(progressive), 640x360, SAR 1:1 DAR 16:9, 30 fps, 30 tbr, 1k tbn, 1k tbc (default)
  29. Metadata:
  30. title : Video
  31. DURATION : 00:00:28.789000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement