Lines Matching refs:bitrate

92 	* bugfix (G:147) Quicktime audio/video bitrate guessing
274 * added support for FLAC inside Matroska (audio bitrate cannot
330 * Bugfix: FLV audio bitrate was returning kbps not bps
374 * Bugfix: DolbyDigitalWAV files returned wrong audio bitrate
446 * Bugfix: [FLV] incorrect overall bitrate in some files
613 frames each scanned by default and bitrate extrapolated from that
630 * Video bitrate now calculated even if not explicitly stated in
643 correct audio bitrate_mode, and audio bitrate could be slightly
646 * Bugfix: remove [audio/video][bitrate] key if falsely set to zero
710 * Bugfix: AAC static bitrate cache wrong result when parsing
712 * Bugfix: Do not return NULL video bitrate for ASF v3.
970 * Bugfix: AVIs with VBR MP3 audio data reported incorrect bitrate
1112 ¤ All bitrate values in ['mpeg']['audio'] is now reported in bps
1122 (no bitrate) if no LAME preset is used, or 'VBR q??' where ?? is
1124 * Bugfix: VBR MP3s could have incorrect bitrate reported
1225 * Bugfix: Fixed missing root ['bitrate'] for most formats
1576 getID3() cannot determine average bitrate. If you know of
1613 * Bugfix: No longer calculates overall bitrate and playtime for
1614 VBR MPEG video files based on the audio bitrate.
1717 bitrate (thanks ahØartemis*dk)
1754 representing 1-768kbps for better display of high-bitrate files,
1800 (such as format, bitrate, comments).
1817 codec, channels, channelmode, bitrate, bits_per_sample,
1822 bitrate_mode, bitrate, codec, resolution_x, resolution_y,
1914 files with actual CBR bitrate of >=256 were reported incorrectly
2039 ¤ Added ['mpeg']['audio']['frame_count'] when a bitrate histogram
2041 ¤ Average bitrate for VBR MP3/MP2 is calculated from actual counts
2043 values or filesize) when a bitrate histogram is created
2060 * Bugfix: ['bitrate'] was incorrect for multi-stream RealMedia
2069 with correct bitrate (thanks ahØartemis*dk)
2071 rather than CBR. Note: to obtain VBR bitrate for headerless
2073 of bitrates is created, and the average bitrate calculated from
2127 * Bugfix: VBR bitrate calculations in getid3.mp3.php only occur if
2154 ADTS format is very slow to parse because to get the bitrate of
2162 » Added bitrate distribution analysis option for MP3 VBR files. A
2165 counts how many frames of each bitrate exist. This information
2178 samples, therefore also bitrate and playtime
2188 incorrect bitrate/duration/etc info for such corrupt files.
2299 Added bitrate column in getid3.check.php, and added some formatting
2334 ¤ ASF files now return codec, bitrate, resolution, etc information
2440 ¤ For Ogg files, now calculates the real average bitrate (returned
2442 calculated on actual average bitrate, not nominal bitrate, so it
2480 * Bugfix: RIFF/WAVE bitrate & playtime now better calculated
2530 stephaneØtekartists*com for pointing out that "nominal" bitrate
2531 may actually differ significantly from the "average" bitrate)
2532 The real average bitrate seems to be only extractable by parsing
2533 the entire file and calculating the average bitrate. This is not
2539 ¤ ['bitrate'] is now returned as a double instead of an int
2572 » Ogg files now return bitrate and playtime (playtime calculated
2573 from nominal bitrate and filesize, so it's only approximately
2677 ¤ ['bitrate'] now returned (in bits-per-second) at root level for
2706 ¤ ['mpeg']['audio']['bitrate'] now returned as int rather than
2729 ¤ MPEG audio frame information (bitrate, frequency, etc) now
2820 ¤ MPEG audio frame information (bitrate, frequency, etc) now
2827 ¤ 'bitrate' and 'frequency' now return as int (except in special
2895 » Support for variable-bitrate (VBR) files, both Xing and Fraunhofer