Bugi
10th March 2004, 03:07
I have got a really strange problem, and I assume this is Avisynths fault.
I am trying to encode a 1,4GB avi file to MPEG2 using an Avisynth script:
avisource("E:\Movies\Flames.avi")
LanczosResize(720,390)
AddBorders(0,93,0,93)
ConvertToYUY2()
ResampleAudio(44100)
The path to the file is correct.
Once I load this script in either TMPGenc or CCE, it returns me the error "ACM failed to suggest a compatible PCM format (C:\...\Flames.avs, line 1)"
When I change the path to another Xvid movie (but with 700MB size):
avisource("E:\Movies\Finding.avi")
It loads fine in both encoders.
When I load the 1,4GB file directly into CCE or TMPGenc, they read it without problems.
I have tried with the latest dev-3 and dev-4 codecs, and the latest ffdshow, it didn't help.
So it seems to me Avisynth cannot handle files with a size of 1,4GB... but I couldn't find anything about this in the forums here, nor on the Avisynth site.
(btw I'm using Avisynth 2.5.4)
I am trying to encode a 1,4GB avi file to MPEG2 using an Avisynth script:
avisource("E:\Movies\Flames.avi")
LanczosResize(720,390)
AddBorders(0,93,0,93)
ConvertToYUY2()
ResampleAudio(44100)
The path to the file is correct.
Once I load this script in either TMPGenc or CCE, it returns me the error "ACM failed to suggest a compatible PCM format (C:\...\Flames.avs, line 1)"
When I change the path to another Xvid movie (but with 700MB size):
avisource("E:\Movies\Finding.avi")
It loads fine in both encoders.
When I load the 1,4GB file directly into CCE or TMPGenc, they read it without problems.
I have tried with the latest dev-3 and dev-4 codecs, and the latest ffdshow, it didn't help.
So it seems to me Avisynth cannot handle files with a size of 1,4GB... but I couldn't find anything about this in the forums here, nor on the Avisynth site.
(btw I'm using Avisynth 2.5.4)