Mercurial > mplayer.hg
view TOOLS/midentify @ 9299:aa26f77e7aae
remove non byte sized stuff
remove more useless startcode emulation prevention stuff
author | michael |
---|---|
date | Thu, 06 Feb 2003 20:18:59 +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; }'