-
Notifications
You must be signed in to change notification settings - Fork 18
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
How to programmatically get info about e.g. the streams in a file before decoding it. #131
Comments
Hi @olilarkin We will consider to expand IAMF_StreamInfo{} to include elements numbers, element type, channels, layout, ambisonics orders, etc.. |
Hi @olilarkin I have checked that ffmpeg supports to probe basic information Thanks. |
Thanks, i am aware of ffprobe/libavformat, unfortunately the license is probably too prohibitive. It would be great to get that functionality in libaimf! Whilst i have your attention i wondered if AOMediaCodec/iamf-tools@c6521c7 indicates that another IAMF decoder will be open sourced? |
Hi @jwcullen Hi @olilarkin |
So the encoder in @olilarkin What type of stuff would you specifically want to probe? |
I want to be able to visualize the spatial signal in an iamf file, using my engine @SpatialAudioKit, so i need to know how to configure the routing and hook e.g. the ambisonic stream if it exists. |
Hello,
Thanks for the tremendous effort on IAMF.
I am integrating support into my project @SpatialAudioKit . I would like to be able to probe an iamf or mp4 file with iamf stream before decoding it, in order to set up audio routings. It's not immediately obvious how i can do this. Can you provide any pointers?
thanks
oli
The text was updated successfully, but these errors were encountered: