What problem does it solve?
This Skill removes the need to manually cut, trim, merge, and transcode videos by enabling headless batch processing in a .NET console app using VisioForge Video Edit SDK.
Core Features & Use Cases
- Headless .NET console integration: Runs without UI by using the proper renderer configuration for batch jobs.
- Two editing paths for efficiency: Supports lossless FastEdit for MP4 family stream-copy and timeline-based decode/re-encode for merges, effects, and non-MP4 inputs.
- Production-ready deployment guidance: Covers Windows-only runtime considerations, NuGet version pinning, optional codec redis distributions, and common failure modes like missing DLLs, premature process exit, and trial/expiry errors.
- Use Case: Process a folder of uploaded MP4s in a CI step or scheduled worker to generate standardized outputs (cut segments, stitch multiple clips, and transcode to a target MP4/WebM/WMV format).
Quick Start
Use the skill to build a headless console app that takes an input video path and an output video path, then cuts seconds 5 to 15 and re-encodes the result to an MP4 using the provided VideoEditCore timeline pattern.