Advertisement
Guest User

ffmpeg

a guest
Jan 19th, 2015
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. MacBook-Pro:am elad$ ./assets/ffmpeg/ffmpeg -i ./videos/10.mp4 -i ./assets/music/03-Dots-Kalotone_spoken.mp3 -map 0:v -map 1:a -c copy ./videos/10-music.mp4
  2. ffmpeg version 2.5.2 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Dec 30 2014 11:31:18 with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
  4. configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --enable-libvidstab --enable-libx265 --arch=x86_64 --enable-runtime-cpudetect
  5. libavutil 54. 15.100 / 54. 15.100
  6. libavcodec 56. 13.100 / 56. 13.100
  7. libavformat 56. 15.102 / 56. 15.102
  8. libavdevice 56. 3.100 / 56. 3.100
  9. libavfilter 5. 2.103 / 5. 2.103
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './videos/10.mp4':
  14. Metadata:
  15. major_brand : isom
  16. minor_version : 512
  17. compatible_brands: isomiso2avc1mp41
  18. encoder : Lavf56.15.102
  19. Duration: 00:00:15.00, start: 0.000000, bitrate: 48 kb/s
  20. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 500x500 [SAR 1:1 DAR 1:1], 44 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  21. Metadata:
  22. handler_name : VideoHandler
  23. Input #1, mp3, from './assets/music/03-Dots-Kalotone_spoken.mp3':
  24. Metadata:
  25. encoder : LAME 64bits version 3.98.2 (http://www.mp3dev.org/)
  26. title : Dots
  27. artist : Kalotone
  28. album : End Game
  29. TIT1 : magnatune
  30. track : 3
  31. TLEN : 140868
  32. genre : Electronic
  33. date : 2014
  34. Duration: 00:02:20.93, start: 0.025057, bitrate: 128 kb/s
  35. Stream #1:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s
  36. Metadata:
  37. encoder : LAME3.98r
  38. Side data:
  39. replaygain: track gain - -5.500000, track peak - unknown, album gain - unknown, album peak - unknown,
  40. File './videos/10-music.mp4' already exists. Overwrite ? [y/N] y
  41. Output #0, mp4, to './videos/10-music.mp4':
  42. Metadata:
  43. major_brand : isom
  44. minor_version : 512
  45. compatible_brands: isomiso2avc1mp41
  46. encoder : Lavf56.15.102
  47. Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 500x500 [SAR 1:1 DAR 1:1], q=2-31, 44 kb/s, 30 fps, 15360 tbn, 15360 tbc (default)
  48. Metadata:
  49. handler_name : VideoHandler
  50. Stream #0:1: Audio: mp3 (i[0][0][0] / 0x0069), 44100 Hz, stereo, 128 kb/s
  51. Metadata:
  52. encoder : LAME3.98r
  53. Side data:
  54. replaygain: track gain - -5.500000, track peak - unknown, album gain - unknown, album peak - unknown,
  55. Stream mapping:
  56. Stream #0:0 -> #0:0 (copy)
  57. Stream #1:0 -> #0:1 (copy)
  58. Press [q] to stop, [?] for help
  59. frame= 450 fps=0.0 q=-1.0 Lsize= 2318kB time=00:02:20.90 bitrate= 134.8kbits/s
  60. video:82kB audio:2202kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.489632%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement