Skip to content

Releases: patthoyts/tkvideo

tkvideo 1.3.0

23 May 09:30
Compare
Choose a tag to compare

Rearranged the DirectX filter graph construction so that it can be
stopped and re-connected which allows changing the stream format for
the capture filter pins. Added a format and framerate command to
permit setting the new stream format from code.

tkvideo 1.2.1

23 May 09:32
Compare
Choose a tag to compare

A pair of memory leaks were present in the previous versions in image
capture. These have been fixed. Also fixed is capturing images on
displays with 16 bit colour depth.

tkvideo 1.2.0

23 May 09:33
Compare
Choose a tag to compare

This version supports recording to file. AVI and WMV files are
supported at the moment and more may follow. If a source provides an
audio stream then this will also be connected up. Much better support
for playing video files and it is now possible to seek within video
streams that support seeking (eg: file sources). Some events are now
raised to Tk when the video state changes.