Advertisement
Guest User

ffprobe/ffmpeg metadata problem

a guest
Dec 11th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. ServerName:/Path# ffprobe -pretty Example.m4a
  2. FFprobe version SVN-r92, Copyright (c) 2007-2009 Stefano Sabatini
  3. libavutil 49.15. 0 / 49.15. 0
  4. libavcodec 52.20. 0 / 52.20. 1
  5. libavformat 52.31. 0 / 52.31. 0
  6. built on Jan 30 2010 15:35:03, gcc: 4.4.2
  7. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Example.m4a':
  8. Duration: 00:05:48.81, start: 0.000000, bitrate: 882 kb/s
  9. Stream #0.0(und): Audio: alac, 44100 Hz, stereo, s16
  10.  
  11. ServerName:/Path# ffmpeg -i Example.m4a
  12. FFmpeg version SVN-r0.5.9-4:0.5.9-1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  13. configuration: --extra-version=4:0.5.9-1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libdirac --enable-libgsm --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libfaad --enable-libdc1394 --disable-decoder=cavs --disable-parser=cavsvideo --disable-altivec --enable-shared --disable-static
  14. libavutil 49.15. 0 / 49.15. 0
  15. libavcodec 52.20. 1 / 52.20. 1
  16. libavformat 52.31. 0 / 52.31. 0
  17. libavdevice 52. 1. 0 / 52. 1. 0
  18. libavfilter 0. 4. 0 / 0. 4. 0
  19. libswscale 0. 7. 1 / 0. 7. 1
  20. libpostproc 51. 2. 0 / 51. 2. 0
  21. built on Jun 10 2012 10:34:55, gcc: 4.4.5
  22. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Example.m4a':
  23. Duration: 00:05:48.81, start: 0.000000, bitrate: 882 kb/s
  24. Stream #0.0(und): Audio: alac, 44100 Hz, stereo, s16
  25. At least one output file must be specified
  26.  
  27. ServerName:/Path#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement