Skip to content

Allow explicit NTSC for VOB extraction - #22

Draft
Blackspirits wants to merge 1 commit into
fix/vob-multistream-overwrite-18eefrom
fix/vob-ntsc-after-overwrite-18ee
Draft

Allow explicit NTSC for VOB extraction#22
Blackspirits wants to merge 1 commit into
fix/vob-multistream-overwrite-18eefrom
fix/vob-ntsc-after-overwrite-18ee

Conversation

@Blackspirits

Copy link
Copy Markdown
Owner

Summary

VOB extraction currently hard-codes PAL timing. There is no reliable PAL/NTSC auto-detection from VOB data alone without IFO parsing.

This follow-up adds explicit --vob-pal and --vob-ntsc options while preserving PAL as the default for backwards compatibility. Conflicting flags are rejected.

This PR is intentionally based on the separate multi-stream overwrite fix so its diff contains only the NTSC behavior change.

Validation

  • focused VOB tests passed
  • PAL default covered
  • NTSC selection covered
  • conflicting flags covered
  • combined overwrite + NTSC call site checked
  • full solution test suite passed
  • validation run: #34523721692

AI assistance: ChatGPT was used to audit the VOB video-standard path and prepare the regression-tested follow-up.

@Blackspirits
Blackspirits requested a lite review from Copilot September 11, 2026 00:28

Copilot AI commented Sep 11, 2026

Copy link
Copy Markdown

@Blackspirits Thanks for sending me some feedback. Unfortunately, I hit an error while trying to use the custom Copilot setup steps configured for this repository. The error I am seeing is:

no supported setup-steps job found in your workflow file. Please ensure you have a job named copilot-code-review or copilot-setup-steps. For more details, see https://gh.io/copilot/actions-setup-steps

Once you or someone with the necessary access fixes the problem, please let me know in a comment and I'll try again. Thanks!

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

All reviewed changes are covered by tests and no unresolved issues remain.

Pull request overview

Adds explicit PAL/NTSC selection for VOB extraction while preserving PAL as the default.

Changes:

  • Adds --vob-pal and --vob-ntsc with conflict validation.
  • Propagates the selected standard through conversion.
  • Updates documentation and regression tests.
File summaries
File Description
tests/seconv/Core/VobSubExtractorTest.cs Tests defaults, NTSC selection, and conflicts.
src/seconv/Helpers/HelpDisplay.cs Documents the new options.
src/seconv/Core/SubtitleConverter.cs Passes the selected standard to extraction.
src/seconv/Commands/ConvertCommand.cs Defines and validates the CLI options.
Review details
  • Files reviewed: 4/4 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants