VFAPI :Error Saving File:

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Krisqo
Cooking Oil
Joined: Mon Jul 07, 2003 1:22 pm
Status: W.O.A (Waiting on Aion)
Location: Moderating the Adobe Forums
Org Profile

VFAPI :Error Saving File:

Post by Krisqo » Fri Oct 24, 2008 3:15 pm

I'm trying to convert one of my AVS files to a fake AVI using VFAPIConv. All the others in the batch worked but I'm having problems with one. The script is the same as the others (17 to be exact) but this one keeps telling me "Error Saving File." The file load properly in VDub so I'm at a loss.

Code: Select all

Mpeg2Source("E:\Sakura12\ccs12.d2v", cpu=4)
TCOmb()
deint=TDeint(mode=2, mtnmode=3, blim=100)
TFM(order=1, cthresh=4, slow=2, clip2=deint)
TDecimate(mode=1)
#deen("w2d",7,5,9)
#FluxSmoothST(7,7)
#WarpSharp()
#FastLineDarken()
#SDDerainbow()
#tweak(sat=1.4, cont=1.0, bright=-10)
#ColorYUV(gain_u=1)
ConvertToRGB32()
Crop(8,0,-8,-0)
BiCubicResize(720,480)
AssumeFPS(24)
ConvertToRGB32()
Image

User avatar
Krisqo
Cooking Oil
Joined: Mon Jul 07, 2003 1:22 pm
Status: W.O.A (Waiting on Aion)
Location: Moderating the Adobe Forums
Org Profile

Post by Krisqo » Fri Oct 24, 2008 5:13 pm

Nix this. For some reason I had to re-rip my DVD to get it to work. Strange though. :?
Image

Locked

Return to “AviSynth Help”