We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23d280 commit 851d4e8Copy full SHA for 851d4e8
test/pyTest/testTranscoderRewrap.py
@@ -15,7 +15,7 @@ def testRewrapAudioStream():
15
transcoder.add( inputFileName, 0, "" )
16
17
transcoder.setProcessMethod( av.eProcessMethodLongest )
18
- progress = av.ProgressListener()
+ progress = av.NoDisplayProgress()
19
transcoder.process( progress )
20
21
# get src file of wrap
@@ -67,7 +67,7 @@ def testRewrapVideoStream():
67
68
69
70
71
72
73
0 commit comments