[MPlayer-users] Fullscreen only if 1080p

Uoti Urpala uoti.urpala at pp1.inet.fi
Tue Jan 11 13:45:48 CET 2011


On Tue, 2011-01-11 at 14:08 +0200, Pertti Kosunen wrote:
> On 10.1.2011 22:26, Bexie :) wrote:
> > You could try putting at the end of your mplayer.conf something like:
> >
> > [extension.mkv]
> > fs=yes
> 
> OT: Can i use similar conf option to encode 5.1 AAC audio to AC3?
> 
> (-channels 6 -af channels=6:6:0:0:1:4:2:3:3:5:4:1:5:2,lavcac3enc=1:640 
> -lavdopts threads=2)

No. Generally loading profiles based on the contents of files isn't
supported. For example whether the above "extension.mkv" options are
used will depend _only_ on the filename you specified for playback -
whether the contents of the file are Matroska or something completely
different isn't relevant.

A problem with any configuration based on file contents is that by the
time a file has been opened and processed enough to determine the
contents, some options have already been used, and changing their value
in the middle of processing may not work. This doesn't make all such
conditional configuration completely impossible, but currently there's
no implementation.



More information about the MPlayer-users mailing list