Description of Scripts:
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:
field | value |
---|---|
Bit_depth | 8 |
Bit_rate | 1489686 |
Bit_rate_mode | Variable |
Bits__Pixel_Frame_ | 0.162 |
Chroma_subsampling | 4:2:0 |
Codec | AVC |
Codec_CC | avc1 |
Codec_Family | AVC |
Codec_ID | avc1 |
Codec_ID_Info | Advanced Video Coding |
Codec_ID_Url | http://www.apple.com/quicktime/download/standalone.html |
Codec_Info | Advanced Video Codec |
so on and so forth.... |