You are not logged in.
Pages: 1
i have a bunch of music videos. the videos are all of different sizes and aspect ratios. i would like to use mplayer or another video player to display them on screen. is there a way to specify the the height of the display whilst keeping the aspect ration?
so something like
for f in .mp4; do mplayer -verticleheight 900px -horizontalwidth adjust according to aspect ratio; done
spiritech
Offline
I know mplayer man page is huge, but have you read it?
Offline
You can use the -xy option to specify an initial resolution size
Offline
I know mplayer man page is huge, but have you read it?
i have had a good look through it. i cant find the option i need.
Offline
What DE / WM are you using?
Offline
What DE / WM are you using?
openbox with cairo-dock.
Last edited by spiritech (2014-02-03 22:13:24)
Offline
Pages: 1