[mythtv-users] Can't get a good Playback Profile
Jeffrey J. Kosowsky
mythtv-users at kosowsky.org
Mon Dec 8 15:50:55 UTC 2008
Jeffrey J. Kosowsky wrote at about 10:30:57 -0500 on Monday, December 8, 2008:
> Brad DerManouelian wrote at about 07:01:43 -0800 on Monday, December 8, 2008:
> > On Dec 8, 2008, at 12:45 AM, MythTV wrote:
> > How do I find out what the
> > > resolutions are on my shows?
> >
> > http://www.gossamer-threads.com/lists/mythtv/users/328485#328485
> >
> Here is a simpler sed script for determining resolution:
> mplayer -vo null -ao null -frames 0 -identify <recording> 2>/dev/null | sed -ne "/^ID_VIDEO_\(WIDTH\|HEIGHT\)/p"
or even easier/better:
mplayer -vo null -ao null -frames 0 -identify <recording> 2> /dev/null | grep "^VIDEO:"
More information about the mythtv-users
mailing list