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