Log in

View Full Version : Bad anime source


GuyverFR
16th December 2007, 17:17
Hey,

Im new in avi filters. Im trying to use some filters to ameliorate the quality of my anime.

I encode in xvid 900 kbps a RAW who is in divx 5 640x480 ~~ 1600 kbps and 119.880 FPS.

The raw : [link deleted]
My tests with H263 and MPEG matrix :
[links deleted]

Xvid parameters :
http://guyver3.free.fr/encodage/xvidpara01.JPG
http://guyver3.free.fr/encodage/xvidpara02.JPG
http://guyver3.free.fr/encodage/xvidpara03.JPG
http://guyver3.free.fr/encodage/xvidpara04.JPG
http://guyver3.free.fr/encodage/xvidpara05.JPG

I tested with 'deblocking' and 'deringing' options in xvid 1.1.3 but i dont see differences, its interesting or not to use these options ? i dont remember to see these options in other version, maybe news options so not stable or useless for the moment.

The script, a guy helped me :


# PLUGINS
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\deblock\deblock.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\convolution3dyv12\Convolution3DYV12.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Deen.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\HybridFuPP\Deen 1.0 beta 1\deen.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TComb\TComb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\removegrain\RemoveGrain.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\frfun7_rev6\frfun7.dll")

# Source
AviSource("F:\Sub\Encodage\test raw.avi")

# SOUS-TITRE
Textsub("F:\Sub\Encodage\l33t_Eyeshield21_105 ANSI.ass")

# FRAMERATE
FDecimate(23.976)

# AUDIO
ConvertToYV12()
Killaudio()

# Filtres
deblock()
UnDot()
Convolution3D(preset="animeHQ")
deen("a3d",2,6,10,16,16,0.5,9)
tcomb()
removegrain(mode=1)
FRFun7(Lambda=1.2,T=15,Tuv=10)

I want to remove 'artefacts' on subtitles if possible, and the blur effect without to get news artefacts.

Do you think that its possible ? and what matrix to use ? its a anime and i dont want to up the biterate, with 900 kbps we have a file of 170 Mo, its enough.

The H264 version is perfect, no artefacts on subtitles and no blur effect, but i have to make a xvid version ^^

Thx to help me ;)

Sagekilla
16th December 2007, 17:21
First question: Where did you get this file from?

Guest
16th December 2007, 17:36
We can't help you with this material. Read the forum rules, especially rule 6.