writing in scripts?

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

writing in scripts?

Postby goten15 » Wed Mar 28, 2007 10:54 pm

I'm trying to follow the AMV FAQs on this page but i'm getting really confused. Mostly with a part where when i'm using makeAVIS it says "add the following line to our script: ConvertToRGB32()". Whats it talking about? What script am I adding it to and where is it?
goten15
 
Joined: 19 Nov 2005

Postby Scintilla » Wed Mar 28, 2007 11:08 pm

That sounds like my guide on WMM, which assumes that you've been following <a href="/guides/avtech/videogetb.html">EADFAG</a> for most of the footage-gathering process. Therefore, it assumes that by the time you get to those instructions, you already have one AVISynth script for each DVD2AVI/DGIndex project file (.D2V) that you're using.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Postby goten15 » Wed Mar 28, 2007 11:19 pm

yes i have all of those things, but where do i put that code?
goten15
 
Joined: 19 Nov 2005

Postby WC Annihilus » Wed Mar 28, 2007 11:22 pm

In an AVS file. This can be made using Notepad and saving with the extension .avs. Either that, or you can make .avs's with VDM
User avatar
WC Annihilus
 
Joined: 17 Jan 2007

Postby Willen » Wed Mar 28, 2007 11:50 pm

Example (Goddess01.avs):
Code: Select all
MPEG2Source("C:\AMV Project\SLMFM Project\Goddess01.d2v", cpu=4)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TDeint\TDeint.dll")
TDeint(mode=1,order=1).BlendBob()
Crop(6, 0, -2, 0)
LanczosResize(720, 480)

To add ConvertToRGB32(), open up the AVS file in notepad and edit it to look like this:
Code: Select all
MPEG2Source("C:\AMV Project\SLMFM Project\Goddess01.d2v", cpu=4)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TDeint\TDeint.dll")
TDeint(mode=1,order=1).BlendBob()
Crop(6, 0, -2, 0)
LanczosResize(720, 480)
ConvertToRGB32()

Of course, the filters and parameters that you may have in your script would be different from mine.
Having trouble playing back videos? I recommend: Image
User avatar
Willen
Now in Hi-Def!
 
Joined: 10 Jul 2005
Location: SOS-Dan HQ
Status: Melancholy


Return to Footage Help

Who is online

Users browsing this forum: No registered users and 1 guest