Adjusting an mplayer flag

Only a short note this morning: An update to mplayer yesterday broke the configuration I posted a couple of weeks ago.

At the time I pointed out that vf="scale=1024:-2" worked but I wasn’t sure why. It seemed to naturally push the vertical dimension of the image down without distorting it.

That’s not the case now. Apparently mplayer is trying to push the image beyond the dimensions of the screen, if I understand its error messages correctly.

So I’m specifying the dimensions explicitly, which is a little inconvenient but takes only a second or two to figure out. If I can find a better way to do it, I’ll make a note of it here.

2 thoughts on “Adjusting an mplayer flag

  1. ErSandro

    On a 1024×768 the flags i have to pass to mplayer are:

    “-fs -zoom -xy 1024”

    It always worked well.

    No more need to add “-vo fbdev”, since the last system upgrade mplayer is smart enough to understand it itself.

    Reply
    1. K.Mandla Post author

      I noticed that. mplayer didn’t need me telling it the video output any more. I’ll try the -xy flag and see if it helps. Thanks.

      Reply

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s