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 d8c2393 commit dbf16e5Copy full SHA for dbf16e5
test/pyTest/testTranscoderRewrap.py
@@ -61,7 +61,7 @@ def testRewrapVideoStream():
61
Rewrap one video stream.
62
"""
63
inputFileName = os.environ['AVTRANSCODER_TEST_VIDEO_FILE']
64
- outputFileName = "testRewrapVideoStream.mxf"
+ outputFileName = "testRewrapVideoStream.avi"
65
66
ouputFile = av.OutputFile( outputFileName )
67
transcoder = av.Transcoder( ouputFile )
0 commit comments