Thread
:
How to check Video file resolution ??
View Single Post
bitrocky
2011-04-19 , 11:46
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:"
Quote & Reply
|
The Following User Says Thank You to bitrocky For This Useful Post:
Maruzko
bitrocky
View Public Profile
Send a private message to bitrocky
Find all posts by bitrocky