-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Hours and minutes are mixed up? #270
Comments
Sounds strange but in the last weeks I did some pretty invasive changes to the code and build system. To investigate further I would need the full |
Hi, Andreas! Thank you for quick reply. I left only 3 mp3s out of dozens to reduce the output. Here is what I get:
Output:
MP4Box output:
I can actually upload files somewhere for you to simplify investigation. I'm pretty sure there's something wrong with the source files, but none of players or metadata fetchers signal of a problem. |
Thanks for providing the required information. Let me first try to reproduce this without the files, if it does not work, I'll report back. |
Mmh, seems that I can't reproduce the problem on my system with my files, BUT Before you upload your files please ensure that these files are not under copyright - if they are, I would invite you to a private repository, where you could share a link to the files required to reproduce the issue. They will be used only to reproduce the issue and deleted afterwards. The only things I can think of:
I'm planning to release a new docker image with updated For the sake of completeness my results (without mixed up times):
|
Sorry for the delay. I will upload it to a private place, sure. Please tell me how I can share the link with you |
You should have received an invite to a private repo ( |
Done. |
I think I reproduced the problem. Seems to be definitely something about the files, but I'll have to recheck. At least I now have a starting point, thank you for sharing :-) |
So the problem seems to be out of my control... Either it is a file problem (so that the file is really damaged or something) or ffmpeg '-hide_banner' '-i' '000.mp3' '-map_metadata' '0' '-max_muxing_queue_size' '9999' '-strict' 'experimental' '-movflags' '+faststart' '-vn' '-ab' '64k' '-ar' '22050' '-ac' '0' '-acodec' 'aac' '-f' 'mp4' '1-converting.m4b'
...
[mp3float @ 0x1dd48380] Header missingate= 0.0kbits/s speed=36.2x
[aist#0:0/mp3 @ 0x1dd43b00] [dec:mp3float @ 0x1dda9a00] Error submitting packet to decoder: Invalid data found when processing input
[mp3float @ 0x1dd48380] overread, skip -7 enddists: -6 -6
[mp3float @ 0x1dd48380] overread, skip -8 enddists: -1 -1
... Checking the original files with
produces a file with the length Trying to submit an issue to Let me know if you are ok with me closing the ticket, because it is probably not an issue with |
I merge a directory with MP3 files total length of 13 hours, but the output is a small file with length like 13 minutes.
During conversion it goes too fast, jumping from file to file.
What could be a reason?
I use the docker image.
The text was updated successfully, but these errors were encountered: