Install
openclaw skills install media-infoAnalyze media files with MediaInfo CLI and compare behavior with ffprobe. Use when inspecting container/codec metadata, extracting width/height/duration/bitrate, troubleshooting files that ffprobe cannot parse, or classifying media by orientation (landscape/portrait).
openclaw skills install media-infoInstall and run MediaInfo CLI in non-root environments.
bash scripts/install_mediainfo_local.shbash scripts/test_mediainfo.sh./vendor/mediainfo/MediaInfo/Project/GNU/CLI/mediainfo <file>./vendor/mediainfo/MediaInfo/Project/GNU/CLI/mediainfo --Output=JSON <file>Run scripts/install_mediainfo_local.sh.
vendor/mediainfo/MediaInfo/Project/GNU/CLI/mediainfoUse plain output for human reading and JSON output for automation.
Use Width/Height (and Rotation when present):
When Rotation is 90/270, swap width and height before classification.