Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Announcements and Chat > General Discussion

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 10th July 2018, 04:49   #1  |  Link
pitoloko
Registered User
 
Join Date: Apr 2011
Posts: 2
How to use MediaInfo CLI to obtain info of a specific audio track by its index?

As the title says: how to use MediaInfo CLI to obtain info of a specific audio track by its index?

Using this command directly in the CMD it returns the audio track count of a video file:

Code:
mediainfo.exe "C:\file.mp4" "--Inform=General;%AudioCount%"
Now, knowing the amount of audio streams I would like to perform a loop from index 1 (base=1) to "%AudioCount%" to get the "%Format%" field for every audio track.

This is something random that I tried to get the "%Format%" field for audio track with index=1 but of course it does not work:

Code:
mediainfo.exe "C:\file.mp4" "--Inform=Audio;--StreamKindPos=1;%Format%"
I'm just trying to figure what is the correct syntax to use in mediainfo CLI, I did a lot of research in Google results and I found none commentary talking about how to do this,
however I know this can be done, I mean I know mediainfo can obtain info of a specific stream index, at least using mediainfo native library instead of the CLI program (but I need to use the CLI program).

Last edited by pitoloko; 10th July 2018 at 04:55.
pitoloko is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 00:56.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.