view TOOLS/midentify @ 8067:482666d4c729

- cleanup - add fixed-vo support please test, this is working for me
author pontscho
date Sun, 03 Nov 2002 00:39:28 +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; }'