Mercurial > mplayer.hg
view TOOLS/midentify @ 9148:946b14a9e743
type autodetection (from filemask/filelist extension)
author | arpi |
---|---|
date | Tue, 28 Jan 2003 22:00:57 +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; }'