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 4457a39 commit 09bc326Copy full SHA for 09bc326
test/pyTest/testOffset.py
@@ -137,6 +137,8 @@ def testRewrapAudioNegativeOffset():
137
assert_equals( src_audioStream.getNbSamples() + ( offset * dst_audioStream.getSampleRate() * dst_audioStream.getNbChannels() ), dst_audioStream.getNbSamples() )
138
139
140
+# The output video stream has not the correct duration.
141
+@nottest
142
def testTranscodeVideoPositiveOffset():
143
"""
144
Transcode one video stream (profile mpeg2) with offset at the beginning of the process.
0 commit comments