Skip to content

yalemssa/mediainfo-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description of Scripts:

MIParse.groovy

Parses a media file with mediainfo (you must have this on your path) and returns a map of each underlying stream. Each entry in the map is another map that contains only the most machine readable forms of each field and has been sorted alphabetically.
execute you$ groovy MIParse.groovy > output.html

example output:

1 : Video

fieldvalue
Bit_depth8
Bit_rate1489686
Bit_rate_modeVariable
Bits__Pixel_Frame_0.162
Chroma_subsampling4:2:0
CodecAVC
Codec_CCavc1
Codec_FamilyAVC
Codec_IDavc1
Codec_ID_InfoAdvanced Video Coding
Codec_ID_Urlhttp://www.apple.com/quicktime/download/standalone.html
Codec_InfoAdvanced Video Codec
so on and so forth....

Releases

No releases published

Packages

No packages published

Languages