Quantcast
Channel: VideoHelp Forum
Viewing all articles
Browse latest Browse all 45823

video fps changed after filter the video. Why ?

$
0
0
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 ?!

Code:

AviSource("01.avi")
AssumeTFF()
TFM()
TDecimate()
Deblock()
UnDot()
McTemporalDenoise(settings="MEDIUM")
nnedi3_rpow2(2)
LanczosResize(1024,960)
BilinearResize(1024,768)
aWarpSharp(depth=32)

Best Regards,

Viewing all articles
Browse latest Browse all 45823

Trending Articles