Example #1
0
def test_enc_xvid():
    print("test_enc_xvid()")
    from xpra.codecs.xvid import encoder  #@UnresolvedImport
    test_encoder(encoder)
    test_performance(encoder)
Example #2
0
def test_perf():
    test_performance(vpx_encoder)
Example #3
0
def test_perf():
    test_performance(vpx_encoder)
Example #4
0
def test_enc_xvid():
    print("test_enc_xvid()")
    from xpra.codecs.enc_xvid import encoder #@UnresolvedImport
    test_encoder(encoder)
    test_performance(encoder)
Example #5
0
def test_perf():
    test_performance(encoder_module, options={"video_separateplane" : True})
Example #6
0
def test_perf():
    test_performance(encoder_module, options={"video_separateplane": True})