Advertisement
gajdo

Untitled

Jan 10th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. gajdot@gajdot:~/ffmpeg_test$ ./ffmpeg -i first.MOV -i second.MOV -filter_complex "[0:a][1:a]amerge, pan=stereo|c0=0.9*c0+0.1*c2|c1=0.9*c1+0.1*c3[a]" -map [a] output.mp3
  2. ffmpeg version N-59158-g745c40a Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Dec 17 2013 05:32:25 with gcc 4.6 (Debian 4.6.3-1)
  4. configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  5. libavutil 53. 0.100 / 53. 0.100
  6. libavcodec 55. 45.101 / 55. 45.101
  7. libavformat 55. 22.100 / 55. 22.100
  8. libavdevice 55. 5.102 / 55. 5.102
  9. libavfilter 4. 0.100 / 4. 0.100
  10. libswscale 2. 5.101 / 2. 5.101
  11. libswresample 0. 17.104 / 0. 17.104
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'first.MOV':
  14. Metadata:
  15. major_brand : qt
  16. minor_version : 537331968
  17. compatible_brands: qt CAEP
  18. creation_time : 2013-09-07 00:39:52
  19. Duration: 00:00:07.97, start: 0.000000, bitrate: 44582 kb/s
  20. Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuvj420p(pc, smpte170m), 1920x1080, 43037 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 48k tbc (default)
  21. Metadata:
  22. creation_time : 2013-09-07 00:39:52
  23. Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s (default)
  24. Metadata:
  25. creation_time : 2013-09-07 00:39:52
  26. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'second.MOV':
  27. Metadata:
  28. major_brand : qt
  29. minor_version : 537331968
  30. compatible_brands: qt CAEP
  31. creation_time : 2013-10-27 19:43:21
  32. Duration: 00:00:30.52, start: 0.000000, bitrate: 40865 kb/s
  33. Stream #1:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuvj420p(pc, smpte170m), 1920x1080, 39325 kb/s, 25 fps, 25 tbr, 25k tbn, 50k tbc (default)
  34. Metadata:
  35. creation_time : 2013-10-27 19:43:21
  36. Stream #1:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s (default)
  37. Metadata:
  38. creation_time : 2013-10-27 19:43:21
  39. File 'output.mp3' already exists. Overwrite ? [y/N] y
  40. [Parsed_amerge_0 @ 0x269ff20] No channel layout for input 1
  41. [Parsed_amerge_0 @ 0x269ff20] Input channel layouts overlap: output layout will be determined by the number of distinct input channels
  42. Output #0, mp3, to 'output.mp3':
  43. Metadata:
  44. major_brand : qt
  45. minor_version : 537331968
  46. compatible_brands: qt CAEP
  47. TSSE : Lavf55.22.100
  48. Stream #0:0: Audio: mp3 (libmp3lame), 48000 Hz, stereo, s16p (default)
  49. Stream mapping:
  50. Stream #0:1 (pcm_s16le) -> amerge:in0
  51. Stream #1:1 (pcm_s16le) -> amerge:in1
  52. pan -> Stream #0:0 (libmp3lame)
  53. Press [q] to stop, [?] for help
  54. size= 125kB time=00:00:07.96 bitrate= 128.7kbits/s
  55. video:0kB audio:125kB subtitle:0 global headers:0kB muxing overhead 0.264327%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement