After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315007 - Video bitrate shoud indicate "n/a" instead of "0kbps" in file properties
Video bitrate shoud indicate "n/a" instead of "0kbps" in file properties
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Properties page
1.2.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-09-01 07:50 UTC by Sebastien Bacher
Modified: 2005-10-22 13:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Sebastien Bacher 2005-09-01 07:50:33 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)."
Comment 1 Bastien Nocera 2005-09-13 19:37:53 UTC
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.
Comment 2 Sebastien Bacher 2005-09-29 14:17:34 UTC
Reopening, the propertie page should use a "n/a" label instead of "0"
Comment 3 Bastien Nocera 2005-10-22 13:33:39 UTC
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)