It would be nice if we could get additional methods to obtain Keyframes and Timecodes objects.
.from_list
The first suggestion would be for Keyframes: .from_list.
This would simply call __init__ and pass the iterator.
The purpose of this is more so just to have a convenience function for people looking for it who aren't aware you can just pass a list directly to the class.
.from_wobbly
The next one is a convenience method for wobbly usage and to speed up parsing, for both Keyframes and Timecodes.
This would go together with eventually(?) wobbly/wibbly updates in vsdeinterlace.
This should simply read the .wob file and construct the relevant object (from which the user can then write it to a file).
It would be nice if we could get additional methods to obtain Keyframes and Timecodes objects.
.from_list
The first suggestion would be for Keyframes:
.from_list
. This would simply call__init__
and pass the iterator. The purpose of this is more so just to have a convenience function for people looking for it who aren't aware you can just pass a list directly to the class..from_wobbly
The next one is a convenience method for wobbly usage and to speed up parsing, for both Keyframes and Timecodes. This would go together with eventually(?) wobbly/wibbly updates in vsdeinterlace. This should simply read the
.wob
file and construct the relevant object (from which the user can then write it to a file).