Video Quality Question

Locked
User avatar
WBJ
Joined: Sun Nov 21, 2004 8:08 pm
Location: Yonkers, NY
Org Profile

Video Quality Question

Post by WBJ » Mon Mar 21, 2005 4:00 pm

I was wondering if there’s a way to improve the video quality of my vid. I noticed that some of the footages looked award and im not sure if it’s just me.
Here’s the link
http://www.animemusicvideos.org/members ... hp?v=65418

This is the script i used for this vid.

Code: Select all

("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
("C:\Program Files\Avisynth 2.5\plugins\Decomb521.dll")
MPEG2Source("C:\MY.d2v",ipp=true,cpu=4)
Telecide(post=4,order=1,guide=1,blend=true)
Decimate(quality=3)
Fielddeinterlace(blend=false)
ConvertToRGB32(interlaced=true)
Please don’t leave any comments or an op about this vid unless if you really want to. This is a video quality question, nothing more.

Thanks in advance.
Image

User avatar
The Floyd
Darwen Uhword Runherup
Joined: Fri Feb 04, 2005 10:38 pm
Location: The Wall
Org Profile

Post by The Floyd » Tue Mar 22, 2005 8:05 am

converting to RGB and deinterlacing may help but alot of the detirmening factors for good video quality depend on the encode/compression of your video. It all really comes down to your original source material. If you captured your footage from fan subs than most likly your not going to have satisfactory video quality. The opposite is applyed if your using footage from a DVD source.

"Crap in, Crap out"
The Floyd
"I wich I had spel cheeking."

User avatar
AbsoluteDestiny
Joined: Wed Aug 15, 2001 1:56 pm
Location: Oxford, UK
Contact:
Org Profile

Post by AbsoluteDestiny » Tue Mar 22, 2005 8:23 am

No wonder it looks like crap.

You've both IVTC'd AND deinterlaced. You should do one or the other. Remove the FieldDeinterlace line.

You then convert to rgb using interlaced=true.... the footage is no longer interlaced so you should omit this and just use converttorgb32()

User avatar
WBJ
Joined: Sun Nov 21, 2004 8:08 pm
Location: Yonkers, NY
Org Profile

Post by WBJ » Wed Mar 23, 2005 3:10 pm

Sorry for the long reply. Any way thanks a lot AbsoluteDestiny the footage looks much better now. :D
Image

shirohamada
Joined: Thu Jun 03, 2004 10:09 am
Org Profile

Post by shirohamada » Fri Mar 25, 2005 2:18 am

check out
limitedsharpen()
iip()
blinddehalo()

you can find them at doom9 forum

Locked

Return to “Video & Audio Help”