Package flumotion :: Package component :: Package effects :: Package deinterlace :: Module admin_gtk
[hide private]

Module admin_gtk

source code


Version: $Rev$

Classes [hide private]
  DeinterlaceAdminGtkNode
Variables [hide private]
  DEINTERLACE_MODE = {_("Automatic detection"): "auto", _("Force...
  DEINTERLACE_METHOD = {_("FFmpeg Deinterlacer"): "ffmpeg", _("M...
Variables Details [hide private]

DEINTERLACE_MODE

Value:
{_("Automatic detection"): "auto", _("Force deinterlacing"): "interlac\
ed",}

DEINTERLACE_METHOD

Value:
{_("FFmpeg Deinterlacer"): "ffmpeg", _("Motion Adaptive: Motion Search\
"): "tomsmocomp", _("Motion Adaptive: Advanced Detection"): "greedyh",\
 _("Motion Adaptive: Simple Detection"): "greedyl", _("Blur: Temporal"\
): "linearblend", _("Blur: Vertical"): "vfir", _("Television: Full res\
olution"): "linear", _("Double lines"): "scalerbob", _("Weave"): "weav\
e", _("Progressive: Top Field First"): "weavetff", _("Progressive: Bot\
tom Field First"): "weavebff"}