-
Notifications
You must be signed in to change notification settings - Fork 55
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
OGG data issue #27
Comments
I've been able to transcode to M4A with this command: I noticed that ffmpeg always shows this non-monotonous DTS warning, even for new oggs:
From the log above and a quick look at ffmpeg's source, I think there's a bug on the ogg demuxer (multiple packets are stored in one ogg page, and it seems that the demuxer assigns the same DTS to all of them). I'd appreciate if you could convert some file to wav and back to ogg and test with your app to confirm this is a soggfy issue. |
I confirm that if I convert a broken ogg to wav and then back to ogg, the file is readable by the tool. |
If I download an OGG file with no transcoding, the file seems to play everywhere however I have found a couple of apps that have trouble processing the files.
Simple example is ffmpeg.
.\ffmpeg -i source.ogg destination.ogg
The example above fails badly with the source file.
If I change the destination to an m4a file...
Whilst I am not trying to use these commands in real life, I just wanted a reproducible example because you wont have access to the tool I was trying to load the files in to. I was going to write a script just to transcode them and then I found ffmpeg failed too.
Hope that is enough information.
The text was updated successfully, but these errors were encountered: