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