Hi allI have an avi file. I load it into script
Then i got info=29.97
So if i load it into script
So the output file of 2 scripts will be same or diffirent?
Code:
DirectShowSource("path.avi)
info()
So if i load it into script
Code:
DirectShowSource("path.avi",fps=29.97,convertfps=true)