Mercurial > mplayer.hg
view TOOLS/midentify @ 8321:ca24204fb547
SVQ1 support (ugly hack... - really we need 'syuv' support in swscaler :))
author | arpi |
---|---|
date | Sun, 01 Dec 2002 00:09:13 +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; }'