Mercurial > mplayer.hg
view TOOLS/midentify @ 9273:b5b87f777d76
disable num_of_packets check, it's unreliable
(multiple bugreports on -users)
author | arpi |
---|---|
date | Tue, 04 Feb 2003 15:45:45 +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; }'