techsmith-cost-tuning

Featured

TechSmith cost tuning for Snagit COM API and Camtasia automation. Use when working with TechSmith screen capture and video editing automation. Trigger: "techsmith cost tuning".

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
66
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# TechSmith Cost Tuning ## Overview Guidance for cost tuning with TechSmith Snagit COM API and Camtasia automation. ## Instructions ### Key Considerations - Snagit COM API is Windows-only (requires COM registration) - Camtasia Producer CLI for batch rendering - PowerShell is the primary scripting language - Python interop via `pywin32` (`pip install pywin32`) ### Snagit COM Input Types | Value | Constant | Description | |-------|----------|-------------| | 0 | siiDesktop | Full desktop | | 2 | siiRegion | User-selected region | | 4 | siiWindow | Active window | | 5 | siiFile | From file | ### Snagit COM Output Types | Value | Constant | Description | |-------|----------|-------------| | 1 | sioClipboard | Copy to clipboard | | 2 | sioFile | Save to file | | 4 | sioPrinter | Send to printer | ## Error Handling | Error | Cause | Solution | |-------|-------|----------| | COM not registered | Snagit not installed | Install and register COM server | | Permission denied | Not running as admin | Elevate PowerShell | | File locked | Snagit Editor has file open | Close editor first | ## Resources - [Snagit COM Samples](https://github.com/TechSmith/Snagit-COM-Samples) - [TechSmith Support](https://support.techsmith.com/) ## Next Steps See related TechSmith skills for more automation patterns.

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category