[FFmpeg-user] Video bit rate missing from FFProbe output

Shyam Sundar sw.craftsman at gmail.com
Tue Jul 23 15:21:51 CEST 2013


Hi,

I have upgraded FFMpeg / FFProbe from a very old version 0.6.1 to 1.2 some
time back. I just realize I no longer see video bit rate in the output for
formats like gxf, mpeg2, mss, mxf. It is coming for other formats as always.

(0.6.1 version)
------------------

C:\Rajiv\"C:\Users\Administrator\desktop\FFMpeg\0.6.1\ffprobe.exe" cc.mpg2

ffprobe version N-35462-g61b1d85, Copyright (c) 2007-2011 the FFmpeg
developers
built on Dec 5 2011 14:22:27 with gcc 4.6.2
configuration: --enable-gpl --enable-version3 --disable-w32threads
--enable-ru
ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r
--enable-libope
ncore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm
--en
able-libmp3lame --enable-libopenjpeg --enable-librtmp
--enable-libschroedinger -
-enable-libspeex --enable-libtheora --enable-libvo-aacenc
--enable-libvo-amrwben
c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs
--enable-
libxvid --enable-zlib
libavutil 51. 30. 0 / 51. 30. 0
libavcodec 53. 40. 0 / 53. 40. 0
libavformat 53. 24. 0 / 53. 24. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 51. 0 / 2. 51. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, mpeg, from 'cc.mpg2':
Duration: 00:01:00.00, start: 0.224556, bitrate: 11993 kb/s
Stream #0:0[0x1e0]: Video: mpeg2video (4:2:2), yuv422p, 720x512 [SAR 128:135
DAR 4:3], 11386 kb/s, 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0:1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16, 384 kb/s

-------------------------------------------------------------
(1.2 version)
---------------
C:\Rajiv\"C:\Users\Administrator\desktop\FFMpeg\1.2\ffprobe.exe" cc.mpg2

ffprobe version 1.2 Copyright (c) 2007-2013 the FFmpeg developers
built on Mar 28 2013 00:34:08 with gcc 4.8.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads
--enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls
--enab
le-libass --enable-libbluray --enable-libcaca --enable-libfreetype
--enable-libg
sm --enable-libilbc --enable-libmp3lame --enable-libopencore-amrnb
--enable-libo
pencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp
--enable-li
bschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora
--enable-lib
twolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
--enabl
e-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 42.103 / 3. 42.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Input #0, mpeg, from 'cc.mpg2':
Duration: 00:01:00.00, start: 0.224556, bitrate: 11993 kb/s
Stream #0:0[0x1e0]: Video: mpeg2video (4:2:2), yuv422p, 720x512 [SAR 128:135
DAR 4:3], 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0:1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16p, 384 kb/s

Is this a regression ?

Thanks


More information about the ffmpeg-user mailing list