Guest User

ffmpeg

a guest
Sep 21st, 2014
7
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sruli@sruli-main:/media/sruli/BKP$ ffmpeg -i open.mp4 -i ACXS0007.MOV -i WM.png -i closeBG.mp4 -filter_complex "[0:v][tr0];[1:v]trim=1720:1949,setpts=PTS-STARTPTS[tmp1];[1:a]atrim=1720:1949,asetpts=PTS-STARTPTS[atr1];[tmp1][2:v]overlay[tr1];[3:v][tr3];[tr0][tr1][atr1][tr3]concat=n=3:v=1:a=1 [v] [a]" -map '[v]' -map '[a]' -c:v libx264 -b:v 15000k -c:a mp3 -b:a 128k file.mp4
  2. ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers
  3. built on May 16 2014 11:19:49 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. configuration: --prefix=/home/user/ffmpeg_build --extra-cflags=-I/home/user/ffmpeg_build/include --extra-ldflags=-L/home/user/ffmpeg_build/lib --bindir=/home/user/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
  5. libavutil 52. 83.100 / 52. 83.100
  6. libavcodec 55. 62.100 / 55. 62.100
  7. libavformat 55. 37.102 / 55. 37.102
  8. libavdevice 55. 13.101 / 55. 13.101
  9. libavfilter 4. 5.100 / 4. 5.100
  10. libswscale 2. 6.100 / 2. 6.100
  11. libswresample 0. 19.100 / 0. 19.100
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'open.mp4':
  14. Metadata:
  15. major_brand : isom
  16. minor_version : 512
  17. compatible_brands: isomiso2avc1mp41
  18. encoder : Lavf54.20.4
  19. Duration: 00:00:04.40, start: 0.000000, bitrate: 5832 kb/s
  20. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 5827 kb/s, 30 fps, 30 tbr, 30 tbn, 60 tbc (default)
  21. Metadata:
  22. handler_name : VideoHandler
  23. Guessed Channel Layout for Input Stream #1.1 : stereo
  24. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'ACXS0007.MOV':
  25. Metadata:
  26. major_brand : qt
  27. minor_version : 0
  28. compatible_brands: qt
  29. creation_time : 1980-09-11 11:19:41
  30. Duration: 00:36:00.00, start: 0.000000, bitrate: 14568 kb/s
  31. Stream #1:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 14179 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc (default)
  32. Metadata:
  33. creation_time : 1980-09-11 11:19:41
  34. handler_name : Ambarella AVC
  35. encoder : Ambarella AVC encoder
  36. Stream #1:1(eng): Audio: adpcm_ima_wav (ms[0][17] / 0x1100736D), 48000 Hz, stereo, s16p, 384 kb/s (default)
  37. Metadata:
  38. creation_time : 1980-09-11 11:19:41
  39. handler_name : Ambarella AAC
  40. Input #2, image2, from 'WM.png':
  41. Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
  42. Stream #2:0: Video: png, rgba, 1920x1080 [SAR 2835:2835 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
  43. Input #3, mov,mp4,m4a,3gp,3g2,mj2, from 'closeBG.mp4':
  44. Metadata:
  45. major_brand : isom
  46. minor_version : 512
  47. compatible_brands: isomiso2avc1mp41
  48. encoder : Lavf55.37.102
  49. Duration: 00:00:05.00, start: 0.000000, bitrate: 58 kb/s
  50. Stream #3:0(und): Video: h264 (High 4:4:4 Predictive) (avc1 / 0x31637661), yuv444p, 1920x1080 [SAR 1:1 DAR 16:9], 57 kb/s, 0.20 fps, 0.20 tbr, 16384 tbn, 0.40 tbc (default)
  51. Metadata:
  52. handler_name : VideoHandler
  53. [AVFilterGraph @ 0x329b920] No such filter: ''
  54. Error configuring filters.
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.

×