[Mplayer-cvslog] CVS: 0_90/TOOLS midentify,1.1,1.2
Alex Beregszaszi
alex at mplayerhq.hu
Tue Apr 8 18:53:58 CEST 2003
Update of /cvsroot/mplayer/0_90/TOOLS
In directory mail:/var/tmp.root/cvs-serv21980
Modified Files:
midentify
Log Message:
backport: working again due to api changes
Index: midentify
===================================================================
RCS file: /cvsroot/mplayer/0_90/TOOLS/midentify,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- midentify 23 Oct 2002 15:49:44 -0000 1.1
+++ midentify 8 Apr 2003 16:53:55 -0000 1.2
@@ -1,5 +1,5 @@
#!/bin/sh
-mplayer -identify "$@" 2>/dev/null |
+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; }'
More information about the MPlayer-cvslog
mailing list