Hi,

When I play a recorded program, the mplayer command that is started by freevo
is:

/usr/bin/mplayer -autosync 100 -nolirc -autoq 100 -screenw 800 -screenh 600
-fs -slave -ao oss:/dev/dsp -v -vo xv,sdl,x11, -cache 5000 //local/
tv/01-28_10_50_NOS-Studio_Sport.mpeg -vf pp=de/fd

The video output is however very slow and horrible. The following command
gives much better video:

mplayer -fs -ao alsa -vo xv,x11 /local/tv/01-28_10_50_NOS-Studio_Sport.mpeg

How can I tell Freevo to omit the extra parameters, such as: "-vf pp=de/fd"?
I tried in local_conf.py:
MPLAYER_VF_INTERLACED = ''
MPLAYER_VF_PROGRESSIVE = ''
but that doesn't work (mplayer does not start).

thanks,
richard.




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to