Mercurial > mplayer.hg
view TOOLS/midentify @ 13739:09b6ce70be8e
Fix for Windows media audio 9 voice codec (format 0x0a)
Tested with dll version 9.0.0.2926
author | rtognimp |
---|---|
date | Sat, 23 Oct 2004 15:47:08 +0000 |
parents | 96f874a6cd60 |
children | 70ad5a19d831 |
line wrap: on
line source
#!/bin/sh mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null | grep "^ID" | sed -e 's/[`\\!$"]/\\&/g' | sed -e '/^ID_FILENAME/ { s/^ID_FILENAME=\(.*\)/ID_FILENAME="\1"/g; }'