On Aug 3, 2004, at 9:36 PM, shimy shamy wrote:

Freevo 1.5.0 is passing an unexpected option to
mplayer.  My box is too slow to handle the default
postprocessing video filters, the unexpected -vf pp=de
part.  Is there any way to make Freevo stop doing
this?!?  When my old Celeron 366 runs mplayer with all
the options Freevo uses, except that one, everything
is great.

I tried setting MPLAYER_SOFTWARE_SCALER = ' ' and
MPLAYER_ARGS_DEF = '-nosws' but that didn't stop the
-vf pp=de.  nosws isn't even a valid mplayer option.


I had this problem as well. When -vf pp=de is passed it ignores any vop setting passed from mplayer.conf.
Could someone explain why freevo is passing any options at all to mplayer? This should be controlled by mplayer.conf

Just comment out the line in src/video/plugins/mplayer.py

if self.version >= 0 and item['deinterlace']:
            additional_args += [ '-vf',  'pp=de/fd' ]
        elif item['deinterlace']:
            additional_args += [ '-vop', 'pp=fd' ]
       # elif self.version >= 1:
           # additional_args += [ '-vf',  'pp=de' ]

Attachment: PGP.sig
Description: This is a digitally signed message part



Reply via email to