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

Audio stream bitrate is 0 for some audio tracks #472

Open
siewers opened this issue Jan 7, 2024 · 0 comments
Open

Audio stream bitrate is 0 for some audio tracks #472

siewers opened this issue Jan 7, 2024 · 0 comments

Comments

@siewers
Copy link

siewers commented Jan 7, 2024

It looks like DTS-X and Dolby TrueHD tracks sometimes don't have the bit rate property set in the JSON output from ffprobe. However, I can see the bit rate is provided as a tag named BPS and BPS-eng, but these tags are not available as part of the IAudioStream interface.

Would it be possible to expose all the tags from each stream as a dictionary?
Alternatively, try find the bit rate from the tags and use that value in case the properties doesn't contain it.

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

No branches or pull requests

1 participant