view TOOLS/midentify @ 10580:e4c79edf2be9

reverse of accidently twice commited patch (non-unified patch suxx)
author gabucino
date Tue, 12 Aug 2003 13:22:35 +0000
parents 96f874a6cd60
children 70ad5a19d831
line wrap: on
line source

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