Log in

View Full Version : Problem with a video [dotcrawl]


Andr3PT
30th January 2012, 21:38
Hi guys! :)
I need a plugin and his default to remove a kinda of dotcrawl.
I already used checkmate() and tcomb but both didn't solve the dotcrawl problem :angry:
Here is the:
Source: http://www.mediafire.com/?bcxbbilcd2xsh96
Vídeo encoded: http://www.mediafire.com/?xwawvwy884go7qf
Print:

http://img4.imageshack.us/img4/9822/testemkvsnapshot0001201.png
(In the red letter's)
Thanks!!!

Andr3PT
31st January 2012, 19:32
someone? :confused:
Btw, this is my script:

loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\DGDecode.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\bass\bassaudio.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\ColorMatrix.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\NirMalam.dll")

import("C:\Program Files (x86)\AviSynth 2.5\plugins\QTGMC-3.32.avsi")
import("C:\Program Files (x86)\AviSynth 2.5\plugins\spressox.avsi")
import("C:\Program Files (x86)\AviSynth 2.5\plugins\srestore.avs")

video = MPEG2Source("Vídeo 3.d2v", cpu=0, info=3)
audio = BassAudioSource("Vídeo 3 Tc0 L2 2ch 48 224 DELAY -16ms.mp2")
AudioDub(video,audio)
ColorMatrix(interlaced=true, d2v="Vídeo 3.d2v")

#Deinterlace
QTGMC( Preset="Slower", NoiseProcess=1, NoiseRestore=0.0, Denoiser="dfttest", DenoiseMC=true, NoiseTR=2, Sigma=2 )
SRestore(25)
AssumeFPS(25000,1000)
SpressoX()
NirMalam()
Spline36Resize(720,540,10,8,-34,-8)

dadix
1st February 2012, 10:24
Maybe that will help http://forum.doom9.org/showthread.php?t=98219

Andr3PT
1st February 2012, 11:44
Maybe that will help http://forum.doom9.org/showthread.php?t=98219
Ty, I i'll try later and I give a feedback.
:thanks:

-------
Hi...
Didn't solve, maybe i put wrong things on the script...
And the source of the video is PAL.
Thx