Verifying a valid MP3
Moderator: General Moderators
Verifying a valid MP3
How can I make sure an MP3 is valid once it is uploaded?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Process the entire file analyzing everything. That's the only near 100% way to verify it. If you want just a quick check, digging out the ID3 information among other things is "okay."
getID3
getID3
It looks decent enough. Although their latest stable edition link provides this lovely message:
Is the latest beta version safe enough?
Code: Select all
500 - Internal Server Error
Last edited by Bigun on Fri Jun 23, 2006 7:13 pm, edited 1 time in total.