view TOOLS/midentify @ 9307:ec18ad315bbe

10l (copy & pasting the generator poly for crc32 from ogg was a bad idea...)
author michael
date Fri, 07 Feb 2003 00:18:09 +0000
parents d151608b9f28
children 6cf694df50b3
line wrap: on
line source

#!/bin/sh
mplayer -identify "$@" 2>/dev/null |
	grep "^ID" |
	sed -e 's/[`\\!$"]/\\&/g' |
	sed -e '/^ID_FILENAME/ { s/^ID_FILENAME=\(.*\)/ID_FILENAME="\1"/g; }'