JustinTArthur / vsfieldkit

Collection of functions for working with interlaced content in VapourSynth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Collection of functions for working with interlaced content in VapourSynth.

License:MIT License


Languages

Language:Python 100.0%