Advertisement
Guest User

Untitled

a guest
Dec 1st, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. ffmpeg -i testclip.mp4 -i picture.jpg -vf scale=1180x2160,setsar=1:1 -filter_complex hstack outputtest.mp4
  2. ffmpeg version 2.8.11-0ubuntu0.16.04.1 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  4. configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/i386-linux-gnu --incdir=/usr/include/i386-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --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-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv --disable-i686
  5. libavutil 54. 31.100 / 54. 31.100
  6. libavcodec 56. 60.100 / 56. 60.100
  7. libavformat 56. 40.101 / 56. 40.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 40.101 / 5. 40.101
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 1.101 / 3. 1.101
  12. libswresample 1. 2.101 / 1. 2.101
  13. libpostproc 53. 3.100 / 53. 3.100
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'testclip.mp4':
  15. Metadata:
  16. major_brand : isom
  17. minor_version : 512
  18. compatible_brands: isomiso2avc1mp41
  19. encoder : Lavf56.40.101
  20. Duration: 00:00:15.13, start: 0.000000, bitrate: 3271 kb/s
  21. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x1440 [SAR 1:1 DAR 8:9], 3137 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc (default)
  22. Metadata:
  23. handler_name : VideoHandler
  24. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
  25. Metadata:
  26. handler_name : SoundHandler
  27. [mjpeg @ 0x84fe9e0] Changeing bps to 8
  28. Input #1, image2, from 'picture.jpg':
  29. Duration: 00:00:00.04, start: 0.000000, bitrate: 353293 kb/s
  30. Stream #1:0: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 1180x2160 [SAR 72:72 DAR 59:108], 25 tbr, 25 tbn, 25 tbc
  31. Filtergraph 'scale=1180x2160,setsar=1:1' was specified through the -vf/-af/-filter option for output stream 0:0, which is fed from a complex filtergraph.
  32. -vf/-af/-filter and -filter_complex cannot be used together for the same stream.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement