Mercurial > mplayer.hg
view TOOLS/midentify @ 13547:144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
subtitle languages, patch by gouchi <gouchi at gmail dot com>.
author | diego |
---|---|
date | Mon, 04 Oct 2004 18:48:38 +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; }'