In my local_conf.py file, I have the following line:

MPLAYER_ARGS_DEF = ('-fs -idx -quiet -af volume=-10:s -display :0 -x 800 -y
600')
MPLAYER_ARGS = { 'dvd': '-cache 8192',
                 'vcd': '-cache 4096',
                 'cd' : '-cache 500 -cdda speed=1',
                 'tv' : '-nocache',
                 'avi': '-nocache -fs -idx -quiet -af volume=-10:s -display
:0 -x 800 -y 600',
                 'rm' : '-cache 5000 -forceidx',
                 'default': '-cache 5000'
                 }

However, when I use freevo to run mplayer, I see this in the
mplayer_stdout.log file.

mplayer_stdout.log:CommandLine: '-fs' '-idx' '-quiet' '-af' 'volume=-10:s'
'-display' ':0' '-x' '800' '-y' '600' '-slave' '-ao' 'oss:/dev/dsp' '-cache'
'5000' '-v' '-vo' 'xv,sdl,x11,' '-wid' '0x01c00001' '-xy' '800'
'-monitoraspect' '4:3' '/media/videos/Curb_Appeal_-Faux_Front_.avi'

The first fiew CommandLine options match what I have in my local_conf.py,
however, I
cannot figure out where the remaining options are coming from.  My avi files
are not
playing the same way as they do if I run mplayer stand-alone from the
command line.
The volume isn't correct and I get the Xwindows options border around the
video.

Can anyone help?  I'm getting the same results with 1.3.2 and 1.3.4

Jim Duda
[EMAIL PROTECTED]







-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to