Menu

#42 Wrong bitrate calculations in mplex

None
closed
nobody
None
5
2021-02-01
2008-10-17
Elio Blanca
No

I see while mplex is multiplexing streams, it's reporting wrong audio bitrates. This error is still in the cvs.
You should fix:
* mplex/ac3strm_in.cpp
* mplex/dtsstrm_in.cpp
* mplex/mpastrm_in.cpp
in lines

mjpeg_info ("Bit rate : %8u bytes/sec (%3u\ kbit/sec)", bit_rate*128, bit_rate);

The number 128 should be 125 since kbps means 1000 bps, not 1024 bps.
Elio

Discussion

  • Steven Schultz

    Steven Schultz - 2021-02-01
    • status: open --> closed
    • Group: -->
     
  • Steven Schultz

    Steven Schultz - 2021-02-01

    9 years old - if it's still a problem it can be reopened.

     

Log in to post a comment.