Skip to content

Commit dbf16e5

Browse files
author
Clement Champetier
committed
pyTest testTranscoderRewrap: update output format
The input file will be an AVI.
1 parent d8c2393 commit dbf16e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pyTest/testTranscoderRewrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def testRewrapVideoStream():
6161
Rewrap one video stream.
6262
"""
6363
inputFileName = os.environ['AVTRANSCODER_TEST_VIDEO_FILE']
64-
outputFileName = "testRewrapVideoStream.mxf"
64+
outputFileName = "testRewrapVideoStream.avi"
6565

6666
ouputFile = av.OutputFile( outputFileName )
6767
transcoder = av.Transcoder( ouputFile )

0 commit comments

Comments
 (0)