-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rainman74 edited this page Feb 14, 2026
·
9 revisions
Welcome to the documentation wiki for the NVEncC64 Wrapper and FFmpeg Wrapper.
This wiki provides structured documentation for deterministic batch video transcoding using NVEncC64 or FFmpeg.
The wrappers are designed for reproducible, fail-fast automation without silent side effects.
Each language section contains a complete and self-contained manual:
- Architecture overview
- AUTO-CROP system
- Resize rules
- Audio handling
- Metadata normalization
- Debug mode
- File routing behavior
- Typical workflows
- Design philosophy
All documentation is language-parallel and technically equivalent.
The wrapper follows strict engineering rules:
- deterministic behavior
- fail-fast error handling
- no hidden heuristics
- no silent recovery
- no double scaling
- batch-safe execution
Problematic files are isolated instead of guessed or auto-fixed.
GitHub Wiki pages are easiest to browse using the sidebar.
Select your preferred language and follow the structured sections.