Advertisement

1 - 10 of 21 containing alltags:("bitrate") (0.001 seconds)
Does anyone know how to read the bitrate, sample rate, data length, etc. info directly from MPEG files without using a media player control?? Any help would be appreciated!
Zones: VB ControlsDate Answered: 10/17/2003 Grade: A Views: 0
I have already try some codes to show the bitrate from a mp3-file, but sometimes, there are some mistakes. I saw some files with a bitrate of 56 but is must be 128. Do someone know a good code ...
Zones: Delphi ProgrammingDate Answered: 01/29/2004 Grade: A Views: 0
I need to be able to read the audio specs from MPEG and MPEG-2 files for a Visual Basic project I'm working on. Can anyone help me? Note: This does NOT apply to MP3 files - I already know ho...
Zones: Visual BasicDate Answered: 12/18/2003 Grade: A Views: 0
I understand bitrate as follows... A video which is 1.000.000 bytes and is 100 seconds would be at a bitrate of 80 kbps. The calculation is as follows: 1.000.000 bytes= 8.000.000 bits 8...
Zones: General Multi-Media Software, Video ...Date Answered: 12/13/2006 Grade: A Views: 4
Is it possible to load an MP3 file using VB and find out the bitrate and track length?
Zones: Visual BasicDate Answered: 05/22/2000 Grade: A Views: 0
In VB, what control, and what features would I use to get the following information about an AVI file Resolution FPS audio bitrate audio sample rate Length of audio etc etc. if you can giv...
Zones: VB ControlsDate Answered: 11/26/2000 Grade: B Views: 0
Hey, I need to find a tool which will search my mp3 folder for certain bitrates. Cant find one which searches for bitrates. wanna get rid or crap 128kps ones
Zones: SoftwareDate Answered: 08/18/2003 Grade: B Views: 4
What is video bitrate? The higher file size the better? Any site link w/c can further explain?
Zones: Web Graphics SoftwareDate Answered: 06/18/2004 Grade: C Views: 193
Does anybody know a simple method of getting the play time of an mp3, and if not I have devised this method for CBR with no ID3 tags: FileLen(MP3) * 8 / 1000 / Bitrate That seems to hit it right ...
Zones: Visual BasicDate Answered: 03/03/2004 Grade: A Views: 0
Hi everyone, can anyone tell me how to get the bitrate from a mp3 file? i'm using some id3 components to read all kind of info from a mp3 file, but i cant find a way to read out the bitrate (...
Zones: MS Visual BasicDate Answered: 05/19/2005 Grade: A Views: 34