Skip to content

Commit d01ccc8

Browse files
author
Clement Champetier
committed
pyTest: fixed doc of testTranscoderTranscodeAudioMov
1 parent 584f530 commit d01ccc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/pyTest/testTranscoderTranscodeAudioMov.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def testTranscodeMovVariableNbSamplesPerFrame():
5252
def testTranscodeMovExtractChannels():
5353
"""
5454
Transcode the audio stream of a MOV file which contains a video stream.
55-
Extract channel one and third of the audio stream (5.1), and create two output streams.
55+
Extract first and fourth channels of the audio stream (5.1), and create two output streams.
5656
The encoding profile will be found from from input.
5757
"""
5858
inputFileName = os.environ['AVTRANSCODER_TEST_AUDIO_MOV_FILE']
@@ -83,7 +83,7 @@ def testTranscodeMovExtractChannels():
8383
def testTranscodeMovExtractChannelsToOneOutput():
8484
"""
8585
Transcode the audio stream of a MOV file which contains a video stream.
86-
Extract channel one, third and fifth of the audio stream (5.1), and create one output streams.
86+
Extract first, third and last channels of the audio stream (5.1), and create one output streams.
8787
The encoding profile will be found from from input.
8888
"""
8989
inputFileName = os.environ['AVTRANSCODER_TEST_AUDIO_MOV_FILE']

0 commit comments

Comments
 (0)