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 19738bb commit b5a3885Copy full SHA for b5a3885
test/pyTest/testSetFrame.py
@@ -28,8 +28,8 @@ def testSetVideoFrame():
28
ouputFile.beginWrap()
29
transcoder.preProcessCodecLatency()
30
31
- # process 255 frames
32
- for i in range(0,255):
+ # process 10 frames
+ for i in range(0, 10):
33
transcoder.processFrame()
34
# set video frame
35
frame = av.VideoFrame( imageDesc )
@@ -77,8 +77,8 @@ def testSetAudioFrame():
77
78
79
80
81
82
83
84
frame = av.AudioFrame( audioDesc )
0 commit comments