According to MediaInfo ChangeLog , Amazon S3 support was added in v0.7.76 and even fixed in v0.7.77 (the latter).
However, I cannot find documentation on how to implement it. This is not in the CLI help menu and the SourceForge project pages. I was hoping someone here might have some insight as the SourceForge forum is closed.
How do I create a MediaInfo team to use Amazon S3 with a passkey and secret key? I am using the CLI.
The closest I could find is a Java code example:
http://fossies.org/linux/MediaInfo_CLI/MediaInfoLib/Source/Example/HowToUse_Dll.JNA.java
It looks like they are creating a custom HTTP request to S3 and transmitting the response to MediaInfo. I'm not sure. I do not know Java; I only know Bash, Ruby, PHP.
Has anyone successfully obtained MediaInfo working with S3; something like that?
mediainfo https://AWSAccessKeyId:AWSSecretAccessKey@s3.amazonaws.com/bucketname/filename
source
share