view TOOLS/midentify @ 14392:40e4a0505b6e

Sync with 1.845: 1.845: typo/wording 1.844: mention ATSC in the dvb section 1.843: 6-channel raw acc on stereo speakers playback example
author gpoirier
date Thu, 06 Jan 2005 12:27:18 +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; }'