Mentalmummy
24th November 2004, 04:09
Apologies for what may be a long post and hope this posts as my other one showed up empty :o
I have a weird avisynth 2.5 problem which has suddenly sprung up for no apparent reason.
I have some avisynth scripts that are identical except for one line which says to assume an ntsc film fps in one script and pal in the other. Like so....
ConvertAudioToFloat()
SSRC(48000)
Now the pal one has the correct audio rate of 48000 while the ntsc film one (identical script) has a rate of 46034 Khz instead.
Unfortunately this means I cannot convert the audio without extra steps in between as headac3he will not accept the audio nor will other programs I`ve tried. Running the 46034 audio through the SSRC program simply tells me that 46034 to 48000 Khz audio conversion is not allowed.
I`ve found a work around which is to take out the SSRC command in the script and let the command line SSRC program handle that seperately but I wanted to post this information here in case anyone has had this situation and could advise what might cause it.
I have not installed any new software other than the latest alpha of avisynth and the lcc win32 compiler (now uninstalled to check if it had some effect).Avisynth was working fine until a few days ago. I`ve tried replacing it with the original 2.5 again but it made no difference.
Apologies for a long post but I am genuinely stumped about the cause.
Dave
I have a weird avisynth 2.5 problem which has suddenly sprung up for no apparent reason.
I have some avisynth scripts that are identical except for one line which says to assume an ntsc film fps in one script and pal in the other. Like so....
ConvertAudioToFloat()
SSRC(48000)
Now the pal one has the correct audio rate of 48000 while the ntsc film one (identical script) has a rate of 46034 Khz instead.
Unfortunately this means I cannot convert the audio without extra steps in between as headac3he will not accept the audio nor will other programs I`ve tried. Running the 46034 audio through the SSRC program simply tells me that 46034 to 48000 Khz audio conversion is not allowed.
I`ve found a work around which is to take out the SSRC command in the script and let the command line SSRC program handle that seperately but I wanted to post this information here in case anyone has had this situation and could advise what might cause it.
I have not installed any new software other than the latest alpha of avisynth and the lcc win32 compiler (now uninstalled to check if it had some effect).Avisynth was working fine until a few days ago. I`ve tried replacing it with the original 2.5 again but it made no difference.
Apologies for a long post but I am genuinely stumped about the cause.
Dave