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!
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20758202....
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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20592965.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20725806.html
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...
http://www.experts-exchange.com/Software/MultiMedia_Applications/Q_22090091.html
Is it possible to load an MP3 file using VB and find out the bitrate and track length?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10353173.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_11956938....
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
http://www.experts-exchange.com/Software/Misc/Q_20711612.html
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?
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Q_20828323.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20903193.html
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 (...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21400510.htm...