Byungsoo
30th October 2002, 06:07
Hi, all
I have a DV source(14G) edited in vegas video and
I'd like to make a divx using that DV.
At the beginning, I used only Virtualdub and internal filters(resize-640x480,smartdeinterlace-default value).
That was very good except colors.
The color was different from my edited DV and I cannot accept it.
Then, I tried Avisynth and filters as followings.
LoadPlugin("c:\program files\avisynth2\plugins\Decomb.dll")
LoadPlugin("c:\program files\avisynth2\plugins\Msharpen.dll")
LoadPlugin("c:\program files\avisynth2\plugins\TomsMoComp.dll")
DirectShowSource("TEST2.avi")
#TomsMoComp(0,15,1)
FieldDeinterlace(blend=false)
BicubicResize(640,480)
This script fed to VD and fast recompressed.
There was the good and the bad.
The good is avisynth make better colors than vd did.
It's similar to DV source.
But , the bad was a little more "blur" or less deinterlaced, I think.
FD was better than TMC but worse than VD smartdeinterace.
In the above 2 cases(VD and avisynth), I used divx5.02.
"Pre processing" option Extreme , 1 pass quality based 100%.
I guess the reason to this results is the followings.
1. When using vd smartdeinterlace, divx5's denoised result fed to
that.( divx5's preprocessed result -> vd's SD. is it right? ).
So,deinterlaced output was clean.
In avisynth case, deinterlace was performed before denoising.
or
2. Tomsmocomp or fielddeinterlace is not as good as vd smartdeinterlace.
or
3. I need to change the parameters for Tomsmocomp or FD.
but, How ?
I am a beginner and my guess is not likely to be right.
But that's my limitation.
Any help will be appreciated.
PS.
I'd like to find a solution using avisynth because it's faster and
make color unchanged.
And I need a conv3d parameter setting for DV,please.
I have a DV source(14G) edited in vegas video and
I'd like to make a divx using that DV.
At the beginning, I used only Virtualdub and internal filters(resize-640x480,smartdeinterlace-default value).
That was very good except colors.
The color was different from my edited DV and I cannot accept it.
Then, I tried Avisynth and filters as followings.
LoadPlugin("c:\program files\avisynth2\plugins\Decomb.dll")
LoadPlugin("c:\program files\avisynth2\plugins\Msharpen.dll")
LoadPlugin("c:\program files\avisynth2\plugins\TomsMoComp.dll")
DirectShowSource("TEST2.avi")
#TomsMoComp(0,15,1)
FieldDeinterlace(blend=false)
BicubicResize(640,480)
This script fed to VD and fast recompressed.
There was the good and the bad.
The good is avisynth make better colors than vd did.
It's similar to DV source.
But , the bad was a little more "blur" or less deinterlaced, I think.
FD was better than TMC but worse than VD smartdeinterace.
In the above 2 cases(VD and avisynth), I used divx5.02.
"Pre processing" option Extreme , 1 pass quality based 100%.
I guess the reason to this results is the followings.
1. When using vd smartdeinterlace, divx5's denoised result fed to
that.( divx5's preprocessed result -> vd's SD. is it right? ).
So,deinterlaced output was clean.
In avisynth case, deinterlace was performed before denoising.
or
2. Tomsmocomp or fielddeinterlace is not as good as vd smartdeinterlace.
or
3. I need to change the parameters for Tomsmocomp or FD.
but, How ?
I am a beginner and my guess is not likely to be right.
But that's my limitation.
Any help will be appreciated.
PS.
I'd like to find a solution using avisynth because it's faster and
make color unchanged.
And I need a conv3d parameter setting for DV,please.