Metadata-Version: 2.1
Name: vsfieldkit
Version: 1.0.1
Home-page: https://github.com/JustinTArthur/vsfieldkit
Author: Justin Turner Arthur
Author-email: justinarthur@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# vsfieldkit
Collection of functions for working with interlaced content in VapourSynth. It
does not have any hard dependencies outside of
[VapourSynth](http://www.vapoursynth.com/).

Included functions:  
`vsfieldkit.assume_bff(clip)`  
`vsfieldkit.assume_progressive(clip)`  
`vsfieldkit.assume_tff(clip)`  
`vsfieldkit.bob(clip)`  
`vsfieldkit.double(clip)`  
`vsfieldkit.fill_analog_frame_ends(clip)`  
`vsfieldkit.group_by_combed(clip)`  
`vsfieldkit.group_by_field_order(clip)`  
`vsfieldkit.resample_as_progressive(clip)`  
`vsfieldkit.scan_interlaced(clip)`  
`vsfieldkit.upsample_as_progressive(clip)`

See [the documentation](https://vsfieldkit.justinarthur.com/) for more information.
