Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 881 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 881 Bytes

vsfieldkit

Collection of functions for working with interlaced content in VapourSynth. Most functions don't have any external dependencies.

Included functions:
vsfieldkit.annotate_bobbed_fields(clip, original_clip)
vsfieldkit.assume_bff(clip)
vsfieldkit.assume_progressive(clip)
vsfieldkit.assume_tff(clip)
vsfieldkit.bob(clip)
vsfieldkit.double(clip)
vsfieldkit.fill_analog_frame_ends(clip) (requires FillBorders and either ContinuityFixer or EdgeFixer plugins)
vsfieldkit.group_by_combed(clip)
vsfieldkit.group_by_field_order(clip)
vsfieldkit.resample_as_progressive(clip)
vsfieldkit.scan_interlaced(clip)
vsfieldkit.telecine(clip)
vsfieldkit.upsample_as_progressive(clip)
vsfieldkit.weave_fields(clip)

See the documentation for more information.