Zarxgui/AVIsynth problem
- Eion
- Slash wouldn't treat me like this
- Joined: Fri Oct 02, 2009 1:58 pm
- Status: Sexy
- Location: Sweden
Zarxgui/AVIsynth problem
Alright so im trying to encode this vidoe i have
rendered in lagrith lossless avi my script is
AVIsource("C:\Documents and Settings\Administratör\Mina dokument\IC vs Nya.avi")
ConvertToYV12()
awarpsharp()
And its giving me this error :
http://img39.imageshack.us/img39/9641/namnlsja.png
rendered in lagrith lossless avi my script is
AVIsource("C:\Documents and Settings\Administratör\Mina dokument\IC vs Nya.avi")
ConvertToYV12()
awarpsharp()
And its giving me this error :
http://img39.imageshack.us/img39/9641/namnlsja.png
- Nya-chan Production
- The :< point of view
- Joined: Wed Nov 15, 2006 11:21 am
- Status: White bracelet
- Location: Ward 7F
- Contact:
Re: Zarxgui/AVIsynth problem
First check whether you saved the file in ANSI encoding.
UTF-8 might be also caused by placing the script in a folder with UTF-8able character (Administratör) - try saving it somewhere else.
UTF-8 might be also caused by placing the script in a folder with UTF-8able character (Administratör) - try saving it somewhere else.
- Eion
- Slash wouldn't treat me like this
- Joined: Fri Oct 02, 2009 1:58 pm
- Status: Sexy
- Location: Sweden
Re: Zarxgui/AVIsynth problem
and that is...?Nya-chan Production wrote:First check whether you saved the file in ANSI encoding.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: Zarxgui/AVIsynth problem
In Notepad, when you go to the Save As dialog, you should see a drop-down menu for "Encoding:" at the bottom of the window; make sure that's set to ANSI.
If you're using some other text editor, there should be a similar feature somewhere...
If you're using some other text editor, there should be a similar feature somewhere...
- Eion
- Slash wouldn't treat me like this
- Joined: Fri Oct 02, 2009 1:58 pm
- Status: Sexy
- Location: Sweden
Re: Zarxgui/AVIsynth problem
did itScintilla wrote:In Notepad, when you go to the Save As dialog, you should see a drop-down menu for "Encoding:" at the bottom of the window; make sure that's set to ANSI.
If you're using some other text editor, there should be a similar feature somewhere...
now im getting this error
http://img525.imageshack.us/img525/3178/error2i.jpg
my script:
AVIsource(C:\Documents and Settings\Eion\Mina dokument\IC vs Nya.avi")
awarpsharp()
- Nya-chan Production
- The :< point of view
- Joined: Wed Nov 15, 2006 11:21 am
- Status: White bracelet
- Location: Ward 7F
- Contact:
Re: Zarxgui/AVIsynth problem
Your script should be
AVIsource("C:\Documents and Settings\Eion\Mina dokument\IC vs Nya.avi")
awarpsharp()
(missing quotes)
Btw, why do you awarpsharp anyways? |:
AVIsource("C:\Documents and Settings\Eion\Mina dokument\IC vs Nya.avi")
awarpsharp()
(missing quotes)
Btw, why do you awarpsharp anyways? |:
- Eion
- Slash wouldn't treat me like this
- Joined: Fri Oct 02, 2009 1:58 pm
- Status: Sexy
- Location: Sweden
Re: Zarxgui/AVIsynth problem
i love you<3Nya-chan Production wrote:Your script should be
AVIsource("C:\Documents and Settings\Eion\Mina dokument\IC vs Nya.avi")
awarpsharp()
(missing quotes)
Btw, why do you awarpsharp anyways? |:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: Zarxgui/AVIsynth problem
What's wrong with aWarpSharp, as long as it's not curving any straight lines?Nya-chan Production wrote:Btw, why do you awarpsharp anyways? |:
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Zarxgui/AVIsynth problem
How low should its settings be for it to not screw with the lines? Yeah. Defaults are already too high.Scintilla wrote:What's wrong with aWarpSharp, as long as it's not curving any straight lines?Nya-chan Production wrote:Btw, why do you awarpsharp anyways? |:
Also, green junk issue in v1. People should just switch to awarpsharp2, which is less bad in effect even at insane settings.
But still, thinning is something needed by mostly old sources that had those very thick lines. Thinning newer sources can generally be considered a sin, really.