GNOME Bugzilla – Bug 315007
Video bitrate shoud indicate "n/a" instead of "0kbps" in file properties
Last modified: 2005-10-22 13:33:39 UTC
This bug has been opened here: http://bugzilla.ubuntu.com/show_bug.cgi?id=14276 "I tried several video files, each time I watch their properties (right click > properties > Audio/video) : the video bitrate is 0 kbps. exemple: Video Codec: ISO MPEG-4 (XviD, ffmpeg) Bitrate: 0 kbps Why can't I see the real bitrate ? is it nautilus bug or ffmpeg codec limitation ? Everything else in properties is fine. ... > thanks for your bug. Do you use totem-gstreamer or totem-xine? What version of the package? ... I'm using totem-xine in breezy (v 1.1.5-0ubuntu2)."
That will happen for all the videos that don't set their bitrate in the decoder and/or demuxer. Please either file bugs against xine-lib, or a low priority bug here against the xine-lib backend.
Reopening, the propertie page should use a "n/a" label instead of "0"
2005-10-22 Bastien Nocera <hadess@hadess.net> * src/bacon-video-widget-properties.c: (bacon_video_widget_properties_reset), (bacon_video_widget_properties_update): use N/A when the bitrate or number of frames per second isn't available (Closes: #315007)