Advertisement
Guest User

Untitled

a guest
Jan 5th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. host-001:Downloads luca$ ffmpeg -i big_buck_bunny_1080p_h264.mov -vn -c:a copy somefile.aac
  2. ffmpeg version 1.0.1 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Dec 5 2012 21:12:10 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
  4. configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libspeex --enable-libfreetype --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/clang --arch=x86_64 --enable-yasm --enable-gpl --enable-postproc --enable-libx264 --enable-libxvid
  5. libavutil 51. 73.101 / 51. 73.101
  6. libavcodec 54. 59.100 / 54. 59.100
  7. libavformat 54. 29.104 / 54. 29.104
  8. libavdevice 54. 2.101 / 54. 2.101
  9. libavfilter 3. 17.100 / 3. 17.100
  10. libswscale 2. 1.101 / 2. 1.101
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'big_buck_bunny_1080p_h264.mov':
  14. Metadata:
  15. major_brand : qt
  16. minor_version : 537199360
  17. compatible_brands: qt
  18. creation_time : 2008-05-27 18:40:35
  19. timecode : 00:00:00:00
  20. Duration: 00:09:56.46, start: 0.000000, bitrate: 9725 kb/s
  21. Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080, 9282 kb/s, 24 fps, 24 tbr, 2400 tbn, 4800 tbc
  22. Metadata:
  23. creation_time : 2008-05-27 18:40:35
  24. handler_name : Apple Alias Data Handler
  25. Stream #0:1(eng): Data: none (tmcd / 0x64636D74)
  26. Metadata:
  27. creation_time : 2008-05-27 18:40:35
  28. handler_name : Apple Alias Data Handler
  29. timecode : 00:00:00:00
  30. Stream #0:2(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, 5.1, s16, 437 kb/s
  31. Metadata:
  32. creation_time : 2008-05-27 18:40:35
  33. handler_name : Apple Alias Data Handler
  34. Output #0, adts, to 'somefile.aac':
  35. Metadata:
  36. major_brand : qt
  37. minor_version : 537199360
  38. compatible_brands: qt
  39. timecode : 00:00:00:00
  40. encoder : Lavf54.29.104
  41. Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, 5.1, 437 kb/s
  42. Metadata:
  43. creation_time : 2008-05-27 18:40:35
  44. handler_name : Apple Alias Data Handler
  45. Stream mapping:
  46. Stream #0:2 -> #0:0 (copy)
  47. Press [q] to stop, [?] for help
  48. size= 32054kB time=00:09:56.48 bitrate= 440.2kbits/s
  49. video:0kB audio:31863kB subtitle:0 global headers:0kB muxing overhead 0.599855%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement