Exemplo n.º 1
0
def init():
    """ Initialise filter interface. """
    # use redirection echos; these are not kept in state
    redirect.set_output(sys.stdout, utf8=True)
    return True
Exemplo n.º 2
0
def init():
    """ Initialise filter interface. """
    # use redirection echos; these are not kept in state
    redirect.set_output(sys.stdout, utf8=True)
    return True
Exemplo n.º 3
0
 def __init__(self, **kwargs):
     """ Initialise filter interface. """
     # use redirection echos; these are not kept in state
     redirect.set_output(sys.stdout, encoding=output_encoding)
     video.VideoPlugin.__init__(self)
Exemplo n.º 4
0
 def __init__(self, **kwargs):
     """ Initialise filter interface. """
     # use redirection echos; these are not kept in state
     redirect.set_output(sys.stdout, encoding=output_encoding)
     video.VideoPlugin.__init__(self)