Dvd usage help needed [please]

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
User avatar
Sora no Honou 空の炎
Joined: Sun Apr 05, 2009 9:52 pm
Status: The Sky Flame
Location: St. Louis, MO
Org Profile

Dvd usage help needed [please]

Post by Sora no Honou 空の炎 » Tue Dec 22, 2009 2:41 am

[Please read all]
Through all of this please keep in mind that I am almost totally new to the site, and everything that I have ever done/learned as far as amvs has been through experience, about 2 tutorials from when I was first starting with wmm (I now use Sony Vegas 8), and trying to discover new tricks by watching other amvs, so if anything I say seems entirely stupid, you know why. :?

I am trying to rip dvd footage for the first time ever. I have been following this guide so far: http://www.animemusicvideos.org/guides/ ... getb1.html I am using the NTSC release of Samurai Champloo disk 1. I installed the amvapp about month ago. So far I have ripped it using DVDecrypter, and used DGindex to get a d2v file. I have also been learning to use avisynth, and previewing it in virtualdubmod. I so far have added these settings in the notepad (I am sure they need redone):

MPEG2Source("C:\Users\Brandon\Videos\DGindexed\Samurai_Champloo_Episode_1.d2v",cpu=4)
Telecide(order=1)
Decimate(mode=1, threshold=1.0)

Every 5 frames or so in sequences with a lot of movement, I get a frame that has kind of 2 frames put together. Here is one of the most noticeable examples between the switch of 2 view points:
Image

This clearly isn't correct. These are the results that I got from DGindex after it finished doing its thing.

Image

I have no idea how to fix this problem (I cant figure out how to fix it from the guide mentioned), what to do next, the whole aspect ratios thing is confusing me because in virtualdub it appears fine as widescreen, and have little/no experience with this whole thing. I was making my amvs from fansubs of bleach before doing this (yes I know, I am not using them anymore).

In short, just please help. :sweat:
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Dvd usage help needed [please]

Post by mirkosp » Tue Dec 22, 2009 5:21 am

Frame blending... the only way to get rid of it is if both the top and bottom fields of the frame are available and clean (as in, there is no full field blending in the source). If that is the case, you would be able to manually pair the correct fields with something like YATTA... this basically means that you'd have to manually IVTC the whole thing. This process can be pretty long and tedious as you might suspect though.
Another solution would be to just field match and don't decimate, and then just manually pick up the clean frame, assuming it's there.
But the thing you'll likely want to try first is using the TIVTC package to IVTC, since it's better. It actually comes with the latest version of the guides, which is available here. It seems as if you have been following a rather old version of the guide, admittedly outdated by now... for example, virtualdubmod is 3 years old by now, you'll want to use the latest version of the plain virtualdub, and avsp as an avs editor.
If once updated you still get the issue, I guess you'll have to go the manual way... or deal with the blended frame every now and then.
Image

User avatar
Sora no Honou 空の炎
Joined: Sun Apr 05, 2009 9:52 pm
Status: The Sky Flame
Location: St. Louis, MO
Org Profile

Re: Dvd usage help needed [please]

Post by Sora no Honou 空の炎 » Tue Dec 22, 2009 5:42 pm

ok, I now have the latest amv app, and have run the vob file through dg index. Please help me figure out what avisynth scripts to use. Image
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Dvd usage help needed [please]

Post by mirkosp » Thu Dec 24, 2009 6:52 pm

Re-run dgindex with the video > field operation set to "force film" and you will be fine without any deinterlacing. :P
Actually scratch that, you took the screenshot before it finished the whole indexing. I'd need one of the whole project... you can paste here the info printed in the log file that it created along with the .d2v.
Image

User avatar
Sora no Honou 空の炎
Joined: Sun Apr 05, 2009 9:52 pm
Status: The Sky Flame
Location: St. Louis, MO
Org Profile

Re: Dvd usage help needed [please]

Post by Sora no Honou 空の炎 » Sat Dec 26, 2009 1:17 am

Image
Sorry about that. Thanks for your help.
Image

User avatar
Emotive
...the Meditant
Joined: Sat Nov 04, 2006 12:20 pm
Org Profile

Re: Dvd usage help needed [please]

Post by Emotive » Sat Dec 26, 2009 6:26 am

Image
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Dvd usage help needed [please]

Post by mirkosp » Sun Dec 27, 2009 2:20 am

@ Emotive: I see my motivational poster has some use. :lol:

@ Killerwombat: I'd try:

Code: Select all

MPEG2Source("C:\Users\Brandon\Videos\DGindexed\Samurai_Champloo_Episode_1.d2v",cpu=4)
TFM(d2v="C:\Users\Brandon\Videos\DGindexed\Samurai_Champloo_Episode_1.d2v",order=-1,mode=5,PP=7,field=-1,slow=2)
TDecimate()
See if it helps.
Image

User avatar
Sora no Honou 空の炎
Joined: Sun Apr 05, 2009 9:52 pm
Status: The Sky Flame
Location: St. Louis, MO
Org Profile

Re: Dvd usage help needed [please]

Post by Sora no Honou 空の炎 » Mon Dec 28, 2009 2:44 am

@Mirkosp: That did it. Thanks. If you don't mind, can you tell me how you knew that it was what I needed to do? And help explain what the filters mean. It would really help me avoid having to pester people for what to do in future situations...

@Emotive:
*stares at picture*

...I'm sorry, what, did you say something?
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Dvd usage help needed [please]

Post by mirkosp » Mon Dec 28, 2009 2:58 am

Well, the filters I suggested are an improved field matcher and frame decimator, which do work better than the quite older plain telecide and decimate. The settings are just recommended settings for further precision when field matching.
Image

User avatar
Sora no Honou 空の炎
Joined: Sun Apr 05, 2009 9:52 pm
Status: The Sky Flame
Location: St. Louis, MO
Org Profile

Re: Dvd usage help needed [please]

Post by Sora no Honou 空の炎 » Tue Dec 29, 2009 5:41 am

Okay, I think that I should be okay now. I have done everything i am supposed to (I think), and am currently in vdmod creating avi clips and adding them to job control. Thanks for all your help. In the end, this is what I have in my avisynth script:

Code: Select all

MPEG2Source("C:\Users\Brandon\Videos\AMVs\Amv Creation\indexed\Samurai Champloo ep1.d2v",cpu=4)
TFM(d2v="C:\Users\Brandon\Videos\AMVs\Amv Creation\indexed\Samurai Champloo ep1.d2v",order=-1,mode=5,PP=7,field=-1,slow=2)
TDecimate()
Spline36Resize(848,480)
dfttest(sigma=15)
Toon()
Image

Locked

Return to “AviSynth Help”