Convert .AIB (Audio Media indexer) file to readable format (String)

I want to parse the .AIB file that I have as output from an Azure Media Indexer job. So that I can read the data in the file and make the necessary information.

+8
azure azure-media-services
source share
1 answer

The AIB file format is a binary block for use with the SQL Server add-in. Have you read the blog post here? https://azure.microsoft.com/en-us/blog/using-aib-files-with-azure-media-indexer-and-sql-server/

If you still have questions after reading this blog post or you already have one, I can help you in the future.

Could you share your script that requires an AIB file? Almost all of our customers have found that clear text exits are sufficient to use them.

Adarsh

0
source share

All Articles