lobuni
10th October 2006, 20:06
CCE-sp2
i chose an 7 second test clip.
encoded it with a .wav output audio option ticked.
When played back with winamp, the audio file's length is showed correctly in the playlist( 7 seconds) but the audio is played back faster(higher pitch) and after 4.5 seconds or so, its silent.
LoadPlugin("Convolution3d.dll")
DirectShowSource("D:\minidv\00.avi", 25)
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
i chose an 7 second test clip.
encoded it with a .wav output audio option ticked.
When played back with winamp, the audio file's length is showed correctly in the playlist( 7 seconds) but the audio is played back faster(higher pitch) and after 4.5 seconds or so, its silent.
LoadPlugin("Convolution3d.dll")
DirectShowSource("D:\minidv\00.avi", 25)
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()