Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positives in MPEG frame detection #1

Open
perrybutler opened this issue Sep 19, 2013 · 0 comments
Open

False positives in MPEG frame detection #1

perrybutler opened this issue Sep 19, 2013 · 0 comments
Labels

Comments

@perrybutler
Copy link
Owner

Currently our MPEG frame detection algorithm is picking up some false positives which will cause inaccuracies in the calculation of song duration, etc. The false positives are easily identified in the raw output, but the algorithm needs a way to identify them. Researching source code across the web has revealed a method I've been contemplating which involves reading a few MPEG frames from several points in the file (at 25%, 50%, 75%, etc) for quickly calculating average bitrate and song duration without having to read every MPEG frame (slow).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant