Hi! I am trying to get the cli version of mediainfo to print the color matrix info; In the full output I found three sections that apply: "Color primaries", "Transfer characteristics" and "Matrix coefficients"
I tried to use: mediainfo --inform="Video;%Colour_primaries%,%transfer_charact eristics%,%matrix_coeficients%" Inputfile.mkv
but it just returns a blank line and back to command prompt.
would appreciate any helpful info from those experienced with cli mediainfo
![]()
+ Reply to Thread
Results 1 to 5 of 5
-
-
Please try the following command:
Code:mediainfo --inform="Video;%colour_primaries%,%MasteringDisplay_ColorPrimaries%,%transfer_characteristics%,%matrix_coefficients%" Inputfile.mkv
-
exact names for parameters can be obtained like this, this is bat file:
Code:mediainfo.exe --Info-Parameters > parameters.txt START "notepad.exe" parameters.txt
Similar Threads
-
Xvid 1.3.5 (CLI)
By LigH.de in forum Video ConversionReplies: 5Last Post: 18th May 2021, 15:17 -
Mediainfo CLI to creat NFO
By WakaFlakaFlakes in forum Newbie / General discussionsReplies: 3Last Post: 12th May 2017, 10:17 -
x264 CLI so slow
By TeNSoR in forum Newbie / General discussionsReplies: 24Last Post: 18th Feb 2016, 13:11 -
xVid4Psp in Ubuntu cli Is it possible
By baoky in forum Video ConversionReplies: 3Last Post: 16th Sep 2014, 12:34 -
MediaInfo CLI - C#
By Keller501 in forum ProgrammingReplies: 12Last Post: 30th Jan 2014, 21:57