DvD Decryter, DGIndex, and AVS

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.

Postby Willen » Sat Feb 03, 2007 7:01 am

Osakaisthebomb wrote:My virtualdub is still freezing up when I try to open the .avs file in it.

Try commenting out every line except for the very first one. If I misspell a function or use improper syntax, VirtualDubMod will freeze or shut down on me when I load that AVS file. To comment out a line, add a '#' in front of the function. Like this:
Code: Select all
MPEG2Source("C:\AMV Project\Secret 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(848, 480)

Remove the #s one by one until the script doesn't load again and you've found your culprit. BTW, I almost always have this happen to me because I misspell 'Lanczos'. A lot. :(
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

Postby Osakaisthebomb » Sat Feb 03, 2007 11:18 am

Willen wrote:....Try commenting out every line except for the very first one...


mpeg2source("E:\KKJN1\Finish\test.d2v") is the only thing I have written in.
Image
Image
User avatar
Osakaisthebomb
 
Joined: 09 Jul 2005
Location: Florence,Alabama
Status: 16 kib limit is a crime.

Postby Osakaisthebomb » Sat Feb 03, 2007 12:59 pm

oh for heavens sake.

I just got through trying to remake the avisynth file by running the original video throuhg theDGIndex again. This time I had to add the directory to the code (MPEG2Source(""). But now virtual dub is back to giving me a error message AGAIN!!!!
Image
Image
User avatar
Osakaisthebomb
 
Joined: 09 Jul 2005
Location: Florence,Alabama
Status: 16 kib limit is a crime.

Postby Gepetto » Sun Feb 04, 2007 7:00 pm

Have you tried exorcizing your computer?
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile
User avatar
Gepetto
Mr. Poopy Pants
 
Joined: 10 Jun 2004
Location: The Tokyo Settlement
Status: Bored to tears

Postby Osakaisthebomb » Sat Feb 10, 2007 11:43 am

Gepetto wrote:Have you tried exorcizing your computer?


exorcizing?
Image
Image
User avatar
Osakaisthebomb
 
Joined: 09 Jul 2005
Location: Florence,Alabama
Status: 16 kib limit is a crime.

Postby Gepetto » Sun Feb 11, 2007 7:40 am

Yes, praying to God (or other deity of your choice) that he will remove the demons that have posessed your computer and are now preventing it from functioning property.
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile
User avatar
Gepetto
Mr. Poopy Pants
 
Joined: 10 Jun 2004
Location: The Tokyo Settlement
Status: Bored to tears

Postby Osakaisthebomb » Sun Feb 11, 2007 3:34 pm

just out of curiosity, would windows media enconder help in this situatation at all?
Image
Image
User avatar
Osakaisthebomb
 
Joined: 09 Jul 2005
Location: Florence,Alabama
Status: 16 kib limit is a crime.

Postby Kariudo » Sun Feb 11, 2007 4:46 pm

I don't think that WME can handle vobs or d2vs
but then again I've never tried it
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!

Postby Osakaisthebomb » Sun Feb 11, 2007 7:02 pm

*trys it* nope no help there
Image
Image
User avatar
Osakaisthebomb
 
Joined: 09 Jul 2005
Location: Florence,Alabama
Status: 16 kib limit is a crime.

Postby Osakaisthebomb » Sat Feb 17, 2007 8:42 pm

FINALLY!!!!!!!

I got it to work in virtual dub. (turns out once I figured out how to make DGIndex make a demuxed video, I could just open that in virtualdub just fine.

Now what I want to know is do I compress the video/add any filters on it or should I just click save as?
Image
Image
User avatar
Osakaisthebomb
 
Joined: 09 Jul 2005
Location: Florence,Alabama
Status: 16 kib limit is a crime.

Postby Krisqo » Sat Feb 17, 2007 10:49 pm

Since you got the script working (finally), you should filter if you are going to be using lossless clips. Though it's not uncommon to filter afterwards if the video does not have many effects and it's the same source.
Image
User avatar
Krisqo
Cooking Oil
 
Joined: 07 Jul 2003
Location: Moderating the Adobe Forums
Status: W.O.A (Waiting on Aion)

Postby Willen » Sat Feb 17, 2007 10:58 pm

Osakaisthebomb wrote:FINALLY!!!!!!!

I got it to work in virtual dub. (turns out once I figured out how to make DGIndex make a demuxed video, I could just open that in virtualdub just fine.

Now what I want to know is do I compress the video/add any filters on it or should I just click save as?

That depends. I highly recommend deinterlacing or doing inverse telecine (IVTC) (http://www.animemusicvideos.org/guides/avtech/videogetb3a.html) and any cropping off black edges (http://www.animemusicvideos.org/guides/avtech/onlineaspectratios.html) and resizing to a proper resolution (http://www.animemusicvideos.org/guides/avtech/aspectratios.html). If you are mixing different sources together in a video, I highly recommend cropping and resizing. You may also want to clean the footage and adjust older sources to match the quality of the newer stuff (or vice versa) (http://www.animemusicvideos.org/guides/avtech/avspostqual.html).

There are some major problems you may encounter that requires pre-cleaning/processing the video before any editing: dot crawl and rainbowing. I'll link the pages from the beta version of the new guide that deals with these circumstances: http://www.animemusicvideos.org/guides/avtechbeta/preprocessing.html
http://www.animemusicvideos.org/guides/avtechbeta/avspostqual.html
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

Postby Osakaisthebomb » Sun Feb 18, 2007 12:19 am

6_9 wow that's a lot of stuff.

Thanks for all the info.
Image
Image
User avatar
Osakaisthebomb
 
Joined: 09 Jul 2005
Location: Florence,Alabama
Status: 16 kib limit is a crime.

Postby Purple Harlequin » Sun Feb 18, 2007 11:51 am

Hm... I'm suffering from the same problem and nothing else seems to work. How did you make a demuxed video?
User avatar
Purple Harlequin
 
Joined: 16 Feb 2007
Location: London, UK

Postby Osakaisthebomb » Sun Feb 18, 2007 3:50 pm

well for me I just opened the vob file made from the dvd decrypter in DGIndex. Then I clicked on "Video" then field operation and chose "Honor pulldown flags". In audio I chose Demux all tracks.

Then I simply went to file and clicked "Save project and Demux video"

extra info: On my computer it does also make a avisynth file but you have to type in the file (plus directory) into the file.
EX:mpeg2source("E:\KKJN1\Finish\part1.demuxed.mpg")
Image
Image
User avatar
Osakaisthebomb
 
Joined: 09 Jul 2005
Location: Florence,Alabama
Status: 16 kib limit is a crime.

Previous

Return to Footage Help

Who is online

Users browsing this forum: No registered users and 1 guest