Use the Cython Extension class so we can place generated C files in the build dir.
[vapoursynth-svn.git] / doc / functions / assumefps.rst
blobf0fe243ab449e06a09792f3bc14461b731e14ea3
1 AssumeFPS
2 =========
4 .. function:: AssumeFPS(clip clip[, clip src, int fpsnum, int fpsden=1])
5    :module: std
6    
7    Returns a clip with the framerate changed. This does not in any way modify the frames, only their metadata.
8    The framerate to assign can either be read from another clip, *src*, or given as a rational number with *fpsnum* and *fpsden*.
9    
10    It is an error to specify both *src* and *fpsnum*.
11