Hello,
I have used the filters below to filter and scale my video but the result is video with 23.976 fps but the original one is 29.970 fps. Is it good to keep the fps 23.976 or i have to keep the original 29.970 fps ?!
Best Regards,
I have used the filters below to filter and scale my video but the result is video with 23.976 fps but the original one is 29.970 fps. Is it good to keep the fps 23.976 or i have to keep the original 29.970 fps ?!
Code:
AviSource("01.avi")
AssumeTFF()
TFM()
TDecimate()
Deblock()
UnDot()
McTemporalDenoise(settings="MEDIUM")
nnedi3_rpow2(2)
LanczosResize(1024,960)
BilinearResize(1024,768)
aWarpSharp(depth=32)