Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 29th May 2010, 11:40   #1  |  Link
SaintDeath
Registered User
 
SaintDeath's Avatar
 
Join Date: May 2008
Posts: 16
Problems encoding Blassreiter R1

I am having issues encoding Blassreiter R1 ep 1..There seems to be some alising.

First 2 image is with no command to fix dat error at all.While second 2 image try to fix it.But fixing image 2 cause errors in video




These is wat i used

mpeg2source(d2vp,idct=7)
srce=last
interp=srce.separatefields().eedi2(field=-2)
deinte=srce.tdeint(mode=2,edeint=interp)
srce.tfm(d2v=d2vp,clip2=deinte,pp=4,flags=4)
tdecimate(mode=0)
colormatrix(d2v=d2vp)
crop(4,4,-4,-4)
LanczosResize(720,480)
temporalCleaner (ythresh=5, cthresh=10)
DeGrainMedian(limitY=4,limitUV=6,mode=1,interlaced=false,norow=false)
Tweak(sat=1.1,cont=1.1,bright=-5)

---------------------------------




these is the othwe script

mpeg2source(d2vp,idct=7)
srce=last
interp=srce.separatefields().eedi2(field=-2)
deinte=srce.tdeint(mode=2,edeint=interp)
srce.tfm(d2v=d2vp,clip2=deinte,pp=4,flags=4)
tdecimate(mode=0)
colormatrix(d2v=d2vp)
crop(4,4,-4,-4)
LanczosResize(720,480)
Deen("w3d",3,3,5)
SangNom(aa=8)
AAA(720,480,20,20,1,2,chroma=true)
LimitedSharpenFaster()
temporalCleaner (ythresh=5, cthresh=10)
DeGrainMedian(limitY=4,limitUV=6,mode=1,interlaced=false,norow=false)
__________________
SaintDeath is offline   Reply With Quote
Old 30th May 2010, 02:26   #2  |  Link
Nightshiver
Quality Freak
 
Join Date: Jun 2007
Location: Area 52
Posts: 597
Post. A. Sample.
Nightshiver is offline   Reply With Quote
Old 1st June 2010, 13:06   #3  |  Link
SaintDeath
Registered User
 
SaintDeath's Avatar
 
Join Date: May 2008
Posts: 16
oh Sorry here is the link to part of the main problem of the encode

http://www.megaupload.com/?d=IAQ3PBDD
__________________
SaintDeath is offline   Reply With Quote
Old 2nd June 2010, 06:12   #4  |  Link
Nightshiver
Quality Freak
 
Join Date: Jun 2007
Location: Area 52
Posts: 597
MPEG2Source("D:\test.d2v", cpu=0)
animeivtc(mode=1,aa=4)
LimitedSharpenFaster(ss_x=1.7, ss_y=1.7, smode=3, strength=170, overshoot=1, undershoot=1)

That's all you need. You've quite honestly got a rather clean source for anime.
Nightshiver is offline   Reply With Quote
Old 2nd June 2010, 09:22   #5  |  Link
Assassinator
Registered User
 
Assassinator's Avatar
 
Join Date: Aug 2008
Posts: 31
Quote:
Originally Posted by SaintDeath View Post
these is the othwe script

mpeg2source(d2vp,idct=7)
srce=last
interp=srce.separatefields().eedi2(field=-2)
deinte=srce.tdeint(mode=2,edeint=interp)
srce.tfm(d2v=d2vp,clip2=deinte,pp=4,flags=4)
tdecimate(mode=0)
colormatrix(d2v=d2vp)
crop(4,4,-4,-4)
LanczosResize(720,480)
Deen("w3d",3,3,5)
SangNom(aa=8)
AAA(720,480,20,20,1,2,chroma=true)
LimitedSharpenFaster()
temporalCleaner (ythresh=5, cthresh=10)
DeGrainMedian(limitY=4,limitUV=6,mode=1,interlaced=false,norow=false)

deintclip=last.TempGaussMC_beta2().selecteven()
#or whatever you prefer, like deintclip=last.tdeint(mode=2,type=3)
tfm(pp=2,slow=2,mode=1,micmatching=2,clip2=deintclip)
tdecimate()
daa()

All you need.

EDIT: I guess you need the crop and resize too, just add that at the end.



Quote:
Originally Posted by SaintDeath View Post


There was a time when deen and warpsharp were the coolest things on the planet, and like every anime encode used them. That time has long long passed, just like how we don't encode anime to DivX anymore.

Seriously, look at your ground, look at mine. Look at the lines on the rocket launcher things on mine, try to see the lines on yours. Don't do that.

Last edited by Assassinator; 2nd June 2010 at 14:04.
Assassinator is offline   Reply With Quote
Old 2nd June 2010, 12:50   #6  |  Link
Vitaliy Gorbatenko
viterra
 
Join Date: Feb 2003
Location: St. Peterburg, Russia
Posts: 142
deen and now good! BUT not as is! ONLY through mask (dehalo scripts). warpsharp destroy too much - better use a awarpsharp2.
Vitaliy Gorbatenko is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 16:06.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.