[mythtv] [mythtv-commits] mythtv commit: r13106 - in trunk/mythextras/nuvexport/export by xris

Marcus Gustafsson tgreem at swipnet.se
Thu Mar 22 11:06:29 UTC 2007


On Thursday 22 March 2007 07.47.47 mythtv at cvs.mythtv.org wrote:
>       Author: xris
>         Date: 2007-03-22 06:47:47 +0000 (Thu, 22 Mar 2007)
> New Revision: 13106
>    Changeset: http://cvs.mythtv.org/trac/changeset/13106
>
> Modified:
>
>    trunk/mythextras/nuvexport/export/mencoder.pm
>    trunk/mythextras/nuvexport/export/mencoder/XviD.pm
>
> Log:
>
> mencoder and mencoder+xvid updates/optimizations.  Selectively apply parts
> of patches to close #3064.  I don't know what the maker of the patch was
> reading, but the man page clearly states that the -vf (formerly -vop)
> filters are applied in reverse, and the correct order should be
> scale,denoise,deint,crop (which would then be reversed by mencoder to run
> them as crop->deint->denoise->scale)

I would actually interpret the manual as that "-vf" applies filters in the 
order you specify from first to last and that the "-vop" applies in reverse.

Quote from MPlayer 1.0rc1-4.1.1 manual:

"-vf <filter1[=parameter1:parameter2:...],filter2,...>
Setup a chain of video filters.

-vop <...,filter2[=parameter1:parameter2:...],filter1> (OBSOLETE)
Setup a chain of video filters, to be applied in reverse  order.
Deprecated in favor of -vf."

Best regards
Marcus Gustafsson


More information about the mythtv-dev mailing list