Virtualdub mod error message

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Pherphq
Joined: Sun Nov 11, 2007 9:33 am
Location: silver morning
Org Profile

Virtualdub mod error message

Post by Pherphq » Fri Feb 22, 2008 11:09 am

OK when I went to Virtualdub to script editor I went to my script

Code: Select all

AviSource("C:/Salor moon amv.avi")
ConvertToYV12()
Trim (-1,-2) 
crop (5,0,-5, -0 
I receive this message that says microsoft Visual C + + run time library error. thanks for your time

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Fri Feb 22, 2008 11:32 am

1) You have a space after the file-name before the quotes.
2) Is there a reason you're calling trim() with 2 negative values?
3) You do not close the parenthesis to end the crop function call.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
Pherphq
Joined: Sun Nov 11, 2007 9:33 am
Location: silver morning
Org Profile

Post by Pherphq » Fri Feb 22, 2008 11:43 am

thanks problem solve I did several mistakes first as ya mention was I space out the filename was'nt paying attention.

Locked

Return to “AviSynth Help”