Michael Osten wrote:
> 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' ]

Afair is -vop deprecated and -vf initialises a new filter chain which
supersedes the filter settings in mplayer.conf.
I think in mplayer.py "-vf" and "-vop" should be replaced by "-vf-add"
or "-vf-pre" which appends or prepends addidional filters to a chain.

 S�nke

-- 
12) now it's funny you should ask that, because I don't know either
     ==> Top 110 things you don't want the sysadmin to say



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to