Is there a way to auto fix duration from bitrate issue?

So encodings fail if the duration is not in the metadata.
Sample file - https://storage.googleapis.com/noice-prod-content/audio/content-1686253980735.mp3
If run fprobe it gives this warning. [aac @ 0x7fc08a104100] Estimating duration from bitrate, this may be inaccurate
Which fails the encoding, is there any quick fix that can be done before sending files to Bitmovin.

@shubham.aggarwal this warning means that ffprobe couldn’t parse the duration information from the file container. This could (but not necessarily) mean that the file is corrupted or that there are some other issues with the container, and this could indeed cause encoding issues.

I can recommend investigating why this warning occurs in your input files and which proportion of your files it is impacting, and trying to fix it.

You can also open a support ticket with your encoding details in order for us to investigate into more details.

In order to mitigate the issue with this specific file, you could try to reencode it before submitting it to Bitmovin

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.