deadFreak
24th April 2008, 15:56
Hi folks. I want to encode some videos in x264, but I have some problems. Some parts of the video contains some noise in certain parts. I have photos of those:
http://img229.imageshack.us/img229/7491/encodeproblem1rr1.th.jpg (http://img229.imageshack.us/my.php?image=encodeproblem1rr1.jpg) http://img234.imageshack.us/img234/8977/encodeproblem2gz6.th.jpg (http://img234.imageshack.us/my.php?image=encodeproblem2gz6.jpg)
This is my AviSynth script
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\Cnr2.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\VagueDenoiser.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\DeDup.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\VSfilter.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\Deen.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\UnDot.dll")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\dnr.vdf","DNR")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\Smooth.vdf","SmartSmooth")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\whitebalance.vdf","WBalance")
AviSource("C:\[Doomtrain-Squad Fansub]\Proyectos Hentai\The Duchess of Busty Mounds\RAWs\Ep.01\The Duchess of Busty Mounds - Capitulo 01 (RAW).avi")
deen()
ConvertToRGB32()
DNR(1)
SmartSmooth(7, 35, 0)
ConvertToYV12()
aWarpSharp (15,4)
UnDot()
DupMC(log="The Duchess of Busty Mounds 01 (DeDup).txt")
Plus, I have a question, how can I obtain the best results of DeDup, because I want all my videos VFR, but I don't know which threshold is the best, and how do I can when I deal with VFR videos?. This is the script:
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\Cnr2.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\VagueDenoiser.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\DeDup.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\VSfilter.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\Deen.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\UnDot.dll")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\dnr.vdf","DNR")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\Smooth.vdf","SmartSmooth")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\whitebalance.vdf","WBalance")
AviSource("C:\[Doomtrain-Squad Fansub]\Proyectos Hentai\The Duchess of Busty Mounds\RAWs\Ep.01\The Duchess of Busty Mounds - Capitulo 01 (RAW).avi")
deen()
ConvertToRGB32()
DNR(1)
SmartSmooth(7, 35, 0)
ConvertToYV12()
aWarpSharp (15,4)
UnDot()
DeDup(threshold=0.8, maxcopies=15, maxdrops=3, log="The Duchess of Busty Mounds 01 (DeDup).txt", times="The Duchess of Busty Mounds 01 (Timecodes).txt")
Also, I have a problem with another video, it looks like the motion stops in certain frames, looking like the scene is forcing to stop. These are the parts I have problems (hosted in Rapidshare):
http://rapidshare.com/files/110068158/video-problem-1.avi
http://rapidshare.com/files/110068453/video-problem-2.avi
Please help!!!.
http://img229.imageshack.us/img229/7491/encodeproblem1rr1.th.jpg (http://img229.imageshack.us/my.php?image=encodeproblem1rr1.jpg) http://img234.imageshack.us/img234/8977/encodeproblem2gz6.th.jpg (http://img234.imageshack.us/my.php?image=encodeproblem2gz6.jpg)
This is my AviSynth script
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\Cnr2.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\VagueDenoiser.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\DeDup.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\VSfilter.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\Deen.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\UnDot.dll")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\dnr.vdf","DNR")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\Smooth.vdf","SmartSmooth")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\whitebalance.vdf","WBalance")
AviSource("C:\[Doomtrain-Squad Fansub]\Proyectos Hentai\The Duchess of Busty Mounds\RAWs\Ep.01\The Duchess of Busty Mounds - Capitulo 01 (RAW).avi")
deen()
ConvertToRGB32()
DNR(1)
SmartSmooth(7, 35, 0)
ConvertToYV12()
aWarpSharp (15,4)
UnDot()
DupMC(log="The Duchess of Busty Mounds 01 (DeDup).txt")
Plus, I have a question, how can I obtain the best results of DeDup, because I want all my videos VFR, but I don't know which threshold is the best, and how do I can when I deal with VFR videos?. This is the script:
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\Cnr2.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\VagueDenoiser.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\DeDup.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\VSfilter.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\Deen.dll")
LoadPlugin("C:\Archivos de programa\Compresion de Video\AviSynth\plugins\UnDot.dll")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\dnr.vdf","DNR")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\Smooth.vdf","SmartSmooth")
LoadVirtualDubPlugin("C:\Archivos de programa\Compresion de Video\VirtualDub\plugins\whitebalance.vdf","WBalance")
AviSource("C:\[Doomtrain-Squad Fansub]\Proyectos Hentai\The Duchess of Busty Mounds\RAWs\Ep.01\The Duchess of Busty Mounds - Capitulo 01 (RAW).avi")
deen()
ConvertToRGB32()
DNR(1)
SmartSmooth(7, 35, 0)
ConvertToYV12()
aWarpSharp (15,4)
UnDot()
DeDup(threshold=0.8, maxcopies=15, maxdrops=3, log="The Duchess of Busty Mounds 01 (DeDup).txt", times="The Duchess of Busty Mounds 01 (Timecodes).txt")
Also, I have a problem with another video, it looks like the motion stops in certain frames, looking like the scene is forcing to stop. These are the parts I have problems (hosted in Rapidshare):
http://rapidshare.com/files/110068158/video-problem-1.avi
http://rapidshare.com/files/110068453/video-problem-2.avi
Please help!!!.