hello,
have an .avi movie...i am using this script...
LoadPlugin("D:\plugins\MPEG2Dec3.dll")
LoadPlugin("D:\plugins\blockbuster.dll")
LoadPlugin("D:\plugins\Convolution3DYV12.dll")
LoadPlugin("D:\plugins\GripFit_YV12.dll")
LoadPlugin("D:\plugins\DctFilter.dll")
LoadPlugin("D:\plugins\UnDot.dll")
AviSource("D:\Films\Films à graver\Films à faire\xxx.avi",false)
ConvertToYV12()
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(528, 480, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()
if the movie has 25 fps or 29.97 fps is it really necessary to change it to 23.976fps...
if so will it have an impact on the sound when muxing?
quite confuse so far with that fps thing!
thx
big
|