View Single Post
  #3 (permalink)  
Old 27th April 2006
J7N's Avatar
J7N J7N is offline
Senior Member
BS.Player Power User
 
Join Date: Feb 2006
Location: Cyberspace
Posts: 762
Rep Power: 0
J7N is an unknown quantity at this point
Default

BSPlayer is nothing more than a DirectShow front-end. Your DirectShow filter (like l3codecx.ax) probably doesn't recognize Variable Bit Rate files and assumes that the bitrate of the first frame is constant thru the entire clip.

You can use a dedicated audio player like Foobar2000 (which will parse the first header frame and can write a new one if needed) or resize the first MPEG frame to be as close to the average frame size as possible.
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20