fix(export): reject silent cuda inline audio#558
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthrough
ChangesAudio validation for timeline-sync CUDA exports
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
validateNvidiaCudaExportSummary.Why
This is a small slice from #504 that directly protects against silent native/CUDA outputs. If the CUDA helper is trusted to mux audio inline, the validator must not accept a video-only or empty-audio MP4 and skip the shared mux/fallback path.
This PR intentionally does not include the broader #504 route planner, CUDA compositor binary, or dev launcher changes.
Verification
Summary by CodeRabbit