-
Notifications
You must be signed in to change notification settings - Fork 160
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
Duration's calcul for AAC audio files with ADTS header #55
Comments
I don't know if it will acceptable or even follow the MediaInfo "convention", but i find an easyway to woraround that. After having saw that renderers use some approximation algorithm for the duration, certainly the same as WMP, that are not accurate at all. So i wondered if MediaInfo could use a similar filter for such case ? I guess that you already knew about that, but as i was happy to find a way to solve my duration issue, and would like share it, in case that it can be useful to someone else as well. |
Are you sure FFmpeg does not parse the whole file? pure AAC files are usually small so if you test on a single file you may miss the fact the whole file is parsed. |
Sure...no 😳 How can i make sure FFmpeg filter do not parse the file ? |
Sniff...you are right. It taken 7.6 s for a 220 MB AAC-LC (ADTS) file (1H30mn), so it's really parsed. EDIT: Thank you for the idea of impleming it as an option 👍 as i should have missed that it was parsed and that some delay was added to users libraries scanning. |
Hello,
Do you plane to implement this ?
I just discover that the duration was not displayed with this kind of AAC files, so my open source media server that use your very useful program don't as well.
I search on Internet and find this explanation :
Thank you for your amazing work :-D
Regards
The text was updated successfully, but these errors were encountered: