FREAKING GREEN BAR!

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
User avatar
sunwukong86
Joined: Mon Oct 08, 2007 10:24 am
Org Profile

FREAKING GREEN BAR!

Post by sunwukong86 » Wed Jan 02, 2008 2:44 pm

Ok I posted this before and I thought I fixed it. Im trying to rip Akira and everytime I do I get a nasty green bar that flickers on the left hand side of my video.

This is my script
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins/MPEG2Dec3dg.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins/Decomb521.dll")
MPEG2Source("C:\Documents and Settings\Lee.DENCOMPUTER\Desktop/akira1.d2v")
Formerly ANBU_Itaichi1986

User avatar
Yarry
Joined: Mon Feb 12, 2007 9:38 am
Location: Denmark
Contact:
Org Profile

Re: FREAKING GREEN BAR!

Post by Yarry » Wed Jan 02, 2008 4:01 pm

sunwukong86 wrote:Ok I posted this before and I thought I fixed it. Im trying to rip Akira and everytime I do I get a nasty green bar that flickers on the left hand side of my video.

This is my script
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins/MPEG2Dec3dg.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins/Decomb521.dll")
MPEG2Source("C:\Documents and Settings\Lee.DENCOMPUTER\Desktop/akira1.d2v")
I'm not sure if I'm being a total nub here. But could it be because you use / at the last part of your paths instead of an actual backslash? ("" and not "/"). That's how I reger to files on my computer anyway, but dno if there's a special reason as to why you use /.

Yarry

User avatar
Ghet
Joined: Tue Feb 27, 2007 12:02 pm
Status: >.<
Org Profile

Post by Ghet » Wed Jan 02, 2008 4:05 pm

what version of avs are you using? if its 2.7 or w/e you need to change to 2.6x(iirc)

User avatar
Unlimited Rice
Joined: Wed Jun 25, 2003 1:21 pm
Location: FL.
Org Profile

Post by Unlimited Rice » Wed Jan 02, 2008 4:27 pm

I've never worked with the Akira DVD, but I'm guessing you'll need to crop a bit of that left side out and resize the video again.

NekoMayumi
Joined: Mon Sep 24, 2007 12:12 am
Org Profile

Post by NekoMayumi » Wed Jan 02, 2008 4:37 pm

Add SetPlanarLegacyAlignment(true) underneath the MPEG2Source line and it should remove the green line.

User avatar
sunwukong86
Joined: Mon Oct 08, 2007 10:24 am
Org Profile

Post by sunwukong86 » Wed Jan 02, 2008 9:24 pm

Unlimited Rice wrote:I've never worked with the Akira DVD, but I'm guessing you'll need to crop a bit of that left side out and resize the video again.
What do you mean? It doesnt look that distorted to me.
Formerly ANBU_Itaichi1986

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Wed Jan 02, 2008 9:54 pm

as Ghet mentioned, it seems to be a general problem with avisynth 2.7
switching back to avisynth 2.6 usually solves the problem
Image
Image

User avatar
sunwukong86
Joined: Mon Oct 08, 2007 10:24 am
Org Profile

Post by sunwukong86 » Wed Jan 02, 2008 11:02 pm

So I fixed the green bar but the interlacing is horrible. I need some serious help with it.
Formerly ANBU_Itaichi1986

User avatar
Unlimited Rice
Joined: Wed Jun 25, 2003 1:21 pm
Location: FL.
Org Profile

Post by Unlimited Rice » Wed Jan 02, 2008 11:03 pm

sunwukong86 wrote:
Unlimited Rice wrote:I've never worked with the Akira DVD, but I'm guessing you'll need to crop a bit of that left side out and resize the video again.
What do you mean? It doesnt look that distorted to me.
I meant just crop a little bit of the side, just a couple of pixels to basically cut out the green line from the footage on the side.

Although, I forgot to take note how big this green bar actually is, so u may just have to ignore me, then. Nothing I said had anything to do with distorting it noticeably.

And maybe it is this 2.7 problem the others are talking about. I'm not familiar with that case, though.

NekoMayumi
Joined: Mon Sep 24, 2007 12:12 am
Org Profile

Post by NekoMayumi » Wed Jan 02, 2008 11:28 pm

Unlimited Rice wrote: I meant just crop a little bit of the side, just a couple of pixels to basically cut out the green line from the footage on the side.

Although, I forgot to take note how big this green bar actually is, so u may just have to ignore me, then. Nothing I said had anything to do with distorting it noticeably.

And maybe it is this 2.7 problem the others are talking about. I'm not familiar with that case, though.
The green bar is likely not part of the source. >_>

It's an issue with some older plugins and Avisynth 2.57 (I assume that's what is called 2.7 here?). SetPlanarLegacyAlignment(true) should fix it.

Anyway, about the interlacing. What have you tried? And possibly cut a sample out for testing.

Locked

Return to “AviSynth Help”