Finally Compressing! Having trouble

If you have questions about compression/encoding/converting look here.
Locked
User avatar
Amo-Chan
Joined: Thu Apr 27, 2006 10:47 pm
Location: Back in the Black Hole a.k.a. the Midwest
Org Profile

Post by Amo-Chan » Fri Apr 27, 2007 9:41 pm

I've never had a problem opening a file in vdug. That's why I could never figure out why everyone was telling me I had to...the file was there.

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Post by JaddziaDax » Fri Apr 27, 2007 9:44 pm

open up notepad and type this in it:

Code: Select all

#ASYNTHER Default (AVISource)
DirectShowSource("C:\AMVExport\yourDVexport.avi",29.97)
but change the "C:/..." to the place on your computer where your file is...

then add

Code: Select all

fielddeinterlace()
so the whole thing should look like this:

Code: Select all

#ASYNTHER Default (AVISource)
DirectShowSource("C:\AMVExport\yourDVexport.avi",29.97)
fielddeinterlace()
if there are other things you want to do to clean up the file you can put the other avisynth filters in if you want... theres ones to take out rainbowing, solidify colors ect..

but save the notepad and it should be whatever you name it .txt change the .txt to .avs and then open the avs file in Virtualdub and it should have your filtered video in there...

its like "coding your clean up" but it works better than anything else
and thats how i open files in vdub

User avatar
Amo-Chan
Joined: Thu Apr 27, 2006 10:47 pm
Location: Back in the Black Hole a.k.a. the Midwest
Org Profile

Post by Amo-Chan » Fri Apr 27, 2007 9:45 pm

Ok, don't think I'm a dork, but is notepad and wordpad the same thing?

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 Apr 27, 2007 9:47 pm

Wordpad is like a simplified MSWord app. Notepad is a simple text editor that is often used for coding like C++, HTML, and in this case AVISynth. You want to use Notepad.
Image

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Post by JaddziaDax » Fri Apr 27, 2007 9:51 pm

lol you should be able to find it by going to the "start button" -> "All Programs"-> "Accessories"

note pad will be there, its the simplest form of Text Editor you will ever find O.o

User avatar
Amo-Chan
Joined: Thu Apr 27, 2006 10:47 pm
Location: Back in the Black Hole a.k.a. the Midwest
Org Profile

Post by Amo-Chan » Fri Apr 27, 2007 9:54 pm

Ok...I've found the notepad and typed that in. What next?

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Post by JaddziaDax » Fri Apr 27, 2007 9:55 pm

save the file to where ever your video file is
and change the extention (which should be .txt) to .avs

then open that file in virtualdub mod

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Post by JaddziaDax » Fri Apr 27, 2007 9:56 pm

also make sure the "C:/" part is the directory to your file!! or it wont work

User avatar
Amo-Chan
Joined: Thu Apr 27, 2006 10:47 pm
Location: Back in the Black Hole a.k.a. the Midwest
Org Profile

Post by Amo-Chan » Fri Apr 27, 2007 10:02 pm

So, it shouldn't say this part either?...AMVExport\yourDVexport.avi

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Post by JaddziaDax » Fri Apr 27, 2007 10:03 pm

no, it should be the file directory to where your file is on your computer

Locked

Return to “Conversion / Encoding Help”