Thanks, i found the MPLAYER_ARGS in freevo_config.py and cloned
the section in local_config.py.

MPLAYER_DEBUG = 1

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'
                 }

What I don't see are the changes I want in either the /var/log/freevo or 
the mplayer
debug logs.  For example, I don't get the quiet or nocache options.

Freevo Log

MPlayer.play(): Starting thread, cmd=--prio=-20 
./runtime/apps/mplayer/mplayer -ac mad, -autosync 100 -nolirc -autoq 100 
-screenw 800 -screenh 600 -fs -slave -ao oss:/dev/dsp -cache 5000  -v -vo 
xv,sdl,x11,  -wid 0x01c00001 -xy 800 -monitoraspect 4:3 
"/media/videos/Curb_Appeal__Tue_Sep__2.avi"
MPlayer_Thread.run(): Started, cmd=--prio=-20 
./runtime/apps/mplayer/mplayer -ac mad, -autosync 100 -nolirc -autoq 100 
-screenw 800 -screenh 600 -fs -slave -ao oss:/dev/dsp -cache 5000  -v -vo 
xv,sdl,x11,  -wid 0x01c00001 -xy 800 -monitoraspect 4:3 
"/media/videos/Curb_Appeal__Tue_Sep__2.avi"
MPlayer logging to "/usr/local/freevo/mplayer_stdout.log" and 
"/usr/local/freevo/mplayer_stderr.log"
self.t1.isAlive()=1, self.t2.isAlive()=1
ChildApp.__init__(), pid=15426, app=./runapp --prio=-20 
./runtime/apps/mplayer/mplayer -ac mad, -autosync 100 -nolirc -autoq 100 
-screenw 800 -screenh 600 -fs -slave -ao oss:/dev/dsp -cache 5000  -v -vo 
xv,sdl,x11,  -wid 0x01c00001 -xy 800 -monitoraspect 4:3 
"/media/videos/Curb_Appeal__Tue_Sep__2.avi" , poll=-1
data parsing done

Mplayer Log

CommandLine: '-ac' 'mad,' '-autosync' '100' '-nolirc' '-autoq' '100' 
'-screenw' '800' '-screenh' '600' '-fs' '-slave' '-ao' 'oss:/dev/dsp' 
'-cache' '5000' '-v' '-vo' 'xv,sdl,x11,' '-wid' '0x01c00001' '-xy' '800' 
'-monitoraspect' '4:3' '/media/videos/Curb_Appeal__Tue_Sep__2.avi'

I know that mplayer finds my file to be an avi file; from mlayer log

Cache fill:  0.00% (0 bytes)    AVI file format detected.

I suspect that freevo doesn't know it's an avi file, as such, doesn't use 
my
entry in local_config.py.

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