PlayCap3 Sample
Small utility to watch TV on your PC. It's WTL based remake of the MS DirectX
PlayCap sample with little extensions.
Features
- Full-screen mode. Press ESC to switch between full-screen and normal modes.
- Captures video only in PAL/SECAM standards. Use TAB to switch between PAL/SECAM
analog video standards
(no NTSC support at this moment, so fill free to
modify source code in the CCapturingWindow<>:SwitchTvStandard
to accomplish this
by adding something like KS_AnalogVideo_NTSC_M).
Coding
Source code provided with program binaries. Compile using MS Visual Studio 2005.
- CFullScreenWindow<T> template might be useful to add full screen support in ATL/WTL based applications.
- CCapturingWindow<T> template - use to quickly add video capturing capabilities to your program.
Download
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, USE AT YOUR OWN RISK.
PlayCap3 with source code - playcap3.zip (~77K)