Video scrambled in VirtualDub ... is it the PAL encoding?

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Vistian_Femto
Joined: Thu Apr 13, 2006 7:20 pm
Org Profile

Video scrambled in VirtualDub ... is it the PAL encoding?

Post by Vistian_Femto » Wed Feb 18, 2009 4:30 pm

I have the Samurai X Trust and Betrayl DVD's in PAL format. I am following VicBonds007's Guide to Rip the footage. I use DVD Decrypter to Rip the Files from the DVD. I use DVD2AVI to make the dv2 file. I use AVISynth (with plug-ins) to feed it to VirtualDub. When viewed in VirtualDub, the video is scrambled (CSS?). Could it be the PAL encoding that is doing this or may I have messed up a step somewhere. I double-checked my steps, but as I am new to this level of video file handling, I could easily have not thought of something easily known by a more knowledgeable soul. Any help would be greatly appreciated. I am on a Windows XP P4 PC, btw.

- Vistian

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

Re: Video scrambled in VirtualDub ... is it the PAL encoding?

Post by mirkosp » Wed Feb 18, 2009 4:42 pm

Uhm, care posting a screenshot of the issue?
Also, vicbond's guide is outdated, you should follow THIS guide instead.
Image

User avatar
Vistian_Femto
Joined: Thu Apr 13, 2006 7:20 pm
Org Profile

Re: Video scrambled in VirtualDub ... is it the PAL encoding?

Post by Vistian_Femto » Wed Feb 18, 2009 4:52 pm

Certainly, how absent-minded of me. Thanks.

Image

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

Re: Video scrambled in VirtualDub ... is it the PAL encoding?

Post by mirkosp » Wed Feb 18, 2009 5:18 pm

Uhm, either there was an error when you ripped, in which case I'd suggest you to try and rip again, or it might be some kind of conflict between avisynth plugins that I'm not aware of. You might want to wait for someone else to help you, but yeah, you should try to change from vicbond's guide in favor of the new avtech, for the time being.
Image

User avatar
Vistian_Femto
Joined: Thu Apr 13, 2006 7:20 pm
Org Profile

Re: Video scrambled in VirtualDub ... is it the PAL encoding?

Post by Vistian_Femto » Wed Feb 18, 2009 5:36 pm

I can try to rip again, but there is no problem when I view the VOB files with DVD2AVI. If I am using an outdated guide, I'll rehash and use the correct one. If anyone does know what is up though, I would appreciate the help, as I have so far :-). Thanks.

- Vistian

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I has a TRU Arceus
Location: somewhere i think O.o
Contact:
Org Profile

Re: Video scrambled in VirtualDub ... is it the PAL encoding?

Post by JaddziaDax » Thu Feb 19, 2009 11:16 am

post your script?

User avatar
Vistian_Femto
Joined: Thu Apr 13, 2006 7:20 pm
Org Profile

Re: Video scrambled in VirtualDub ... is it the PAL encoding?

Post by Vistian_Femto » Thu Feb 19, 2009 9:37 pm

Certainly. Here is the AVISynth script that I used to pass the video to Virtual Dub.

Code: Select all

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
MPEG2Source("G:\Kesnin - Closure - Project\trust.d2v", idct=5, CPU=4, iPP=true)
Thanks for any help anyone can offer.

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: Video scrambled in VirtualDub ... is it the PAL encoding?

Post by Qyot27 » Fri Feb 20, 2009 11:42 pm

Reindex the VOB(s) with DGIndex and see if that fixes it. You don't need the LoadPlugin lines either (and definitely shouldn't use them after using DGIndex because MPEG2Dec3.dll is severely outdated, and has been replaced with DGDecode.dll).
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

User avatar
Vistian_Femto
Joined: Thu Apr 13, 2006 7:20 pm
Org Profile

Re: Video scrambled in VirtualDub ... is it the PAL encoding?

Post by Vistian_Femto » Tue Mar 03, 2009 1:22 am

Thanks for all the help everyone. I just went ahead and read the whole EADFAG and now I have nice looking footage. Thanks! (^_^)

- Vistian

Locked

Return to “AviSynth Help”