fabje
31st January 2015, 18:29
A lot of things I encode get artifacts during the first 2 seconds and after that I don't get any artifacts anymore.
I cut the video using VideoRedo 5, and use TsMuxer to convert the h264 file to a ts file, and this is the file I load into Staxrip.
This is then my avisynth config:
LoadCPlugin("D:\Staxrip\Applications\AviSynth\plugins\Yadif\yadif.dll")
SetMTMode(5,3)
DirectShowSource("D:\test.720p.ts", audio=false, convertfps=true, fps=25)
SetMTMode(2)
Yadif()
Crop(2,2,-2,-2)
LanczosResize(1280,720)
Trim(0,83180)
When I cut the video first in DGIndexNV and load the dgi file into Staxrip and encode everything I don't have that anymore.
LoadCPlugin("D:\Staxrip\Applications\AviSynth\plugins\Yadif\yadif.dll")
LoadPlugin("D:\Staxrip\Applications\DGDecNV\DGDecodeNV.dll")
SetMTMode(5,3)
DGSource("D:\test3.720p.dgi",deinterlace=0,resize_w=0,resize_h=0)
SetMTMode(2)
Yadif()
LanczosResize(1280,720)
Trim(111,83292)
Anyone that has an idea how I can solve this?
I cut the video using VideoRedo 5, and use TsMuxer to convert the h264 file to a ts file, and this is the file I load into Staxrip.
This is then my avisynth config:
LoadCPlugin("D:\Staxrip\Applications\AviSynth\plugins\Yadif\yadif.dll")
SetMTMode(5,3)
DirectShowSource("D:\test.720p.ts", audio=false, convertfps=true, fps=25)
SetMTMode(2)
Yadif()
Crop(2,2,-2,-2)
LanczosResize(1280,720)
Trim(0,83180)
When I cut the video first in DGIndexNV and load the dgi file into Staxrip and encode everything I don't have that anymore.
LoadCPlugin("D:\Staxrip\Applications\AviSynth\plugins\Yadif\yadif.dll")
LoadPlugin("D:\Staxrip\Applications\DGDecNV\DGDecodeNV.dll")
SetMTMode(5,3)
DGSource("D:\test3.720p.dgi",deinterlace=0,resize_w=0,resize_h=0)
SetMTMode(2)
Yadif()
LanczosResize(1280,720)
Trim(111,83292)
Anyone that has an idea how I can solve this?