Skip to content

mediainfo: create a binary to preparse files

Gabriel Lafond-Thenaille requested to merge mediainfo into master

The vlc-mediainfo binary take path from stdin separated by '\n' and return a preparsed input_item_t along side a list of input_attachment in a JSON format.

Merge request reports