Add missing Requires.private and Libs.private to vapoursynth.pc.in.
[vapoursynth-svn.git] / doc / functions / separatefields.rst
blob53a6c5611a72c5c79cf0f078a1f7d630ae52ee14
1 SeparateFields
2 ==============
4 .. function:: SeparateFields(clip clip, bint tff)
5    :module: std
6    
7    Returns a clip with the fields separated and interleaved.
8    
9    Since VapourSynth has no notion of field order internally, *tff* must be set. Setting *tff* to true means top field first and false means bottom field first.