Guest
4th January 2005, 17:00
I'm having troubles with wavsource and framelength.
bname = "D:\test.jpg"
audiotrack = wavSource("D:\musictester.wav").ConvertToMono.SSRC(48000)
am = Imagereader(bname,1,1,25).converttoyv12()
am = loop(am,audiotrack.framecount)
This is is giving me a crazy length - what is happening?
Is there another way to get the framecount of a wav file?
[edit: found audiolength(), but that is also resulting in wierd numbers]
Tin2tin
bname = "D:\test.jpg"
audiotrack = wavSource("D:\musictester.wav").ConvertToMono.SSRC(48000)
am = Imagereader(bname,1,1,25).converttoyv12()
am = loop(am,audiotrack.framecount)
This is is giving me a crazy length - what is happening?
Is there another way to get the framecount of a wav file?
[edit: found audiolength(), but that is also resulting in wierd numbers]
Tin2tin