- 论坛徽章:
- 0
|
本帖最后由 todayhero 于 2015-03-13 12:41 编辑
- [root@host165 magazinemp3]# ffmpeg -i 2014082853fede56919fb.mp3 | grep kb
- FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
- built on Jan 29 2012 23:55:02 with gcc 4.1.2 20080704 (Red Hat 4.1.2-51)
- configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
- libavutil 50.15. 1 / 50.15. 1
- libavcodec 52.72. 2 / 52.72. 2
- libavformat 52.64. 2 / 52.64. 2
- libavdevice 52. 2. 0 / 52. 2. 0
- libavfilter 1.19. 0 / 1.19. 0
- libswscale 0.11. 0 / 0.11. 0
- libpostproc 51. 2. 0 / 51. 2. 0
- [mp3 @ 0x19a398b0]max_analyze_duration reached
- [mp3 @ 0x19a398b0]Estimating duration from bitrate, this may be inaccurate
- Input #0, mp3, from '2014082853fede56919fb.mp3':
- Metadata:
- TPE1 : 蔡æ·3ä½3
- TALB : åŽço3新声 Vol.1
- TIT2 : 便‹
- TYER : 2007-11-01
- Duration: 00:04:03.63, start: 0.000000, bitrate: 32 kb/s
- Stream #0.0: Audio: mp3, 16000 Hz, 2 channels, s16, 32 kb/s
- At least one output file must be specified
复制代码 ffmpeg -i 2014082853fede56919fb.mp3 | grep kb
为什么全输出来了,以前没遇到过这样的问题。 |
|