Mercurial > mplayer.hg
view TOOLS/midentify @ 8020:6a11d77bef9a
- some explanations suggested by Michael & Rich
- note about mpi-local dmpi storage for get_image()
author | arpi |
---|---|
date | Fri, 01 Nov 2002 01:32:30 +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; }'