View Single Post
Posts: 85 | Thanked: 36 times | Joined on Jun 2010 @ Berlin/Germany
#5
here it works!
I have the same version of mplayer.

But I found out that grepping "VIDEO:" and "AUDIO:" shows more informations!

So I made a little script called identifyVideo.sh with this contents:

#!/bin/sh
mplayer -identify "$1" -frames 0 -ao null -vo null 2>/dev/null | egrep "VIDEO:|AUDIO:"
 

The Following User Says Thank You to bitrocky For This Useful Post: