Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

22 lines (20 loc) · 1.14 KB

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....