Skip to content

feat: Add support for raw and fullraw track extraction modes#33

Merged
Gpower2 merged 1 commit into
masterfrom
gp2-raw-mode
Dec 14, 2025
Merged

feat: Add support for raw and fullraw track extraction modes#33
Gpower2 merged 1 commit into
masterfrom
gp2-raw-mode

Conversation

@Gpower2

@Gpower2 Gpower2 commented Dec 14, 2025

Copy link
Copy Markdown
Owner

feat: Add support for raw and fullraw track extraction modes

PR Classification

New feature: Adds advanced extraction options for MKV track extraction.

PR Summary

This pull request introduces support for "raw" and "full raw" extraction modes in MKV track extraction, including UI, settings, and extraction logic updates.

  • gSettings.cs: Adds and persists UseRawExtractionMode and UseFullRawExtractionMode properties.
  • frmOptions(.Designer).cs: Adds checkboxes for the new options and syncs them with settings.
  • gMKVExtractSegmentsParameters and TrackParameter: Propagate the new options through the extraction pipeline.
  • gMKVExtract.cs: Updates extraction logic to append --raw or --fullraw to mkvextract commands as appropriate.
  • Updates equality and hash code logic in gMKVExtractSegmentsParameters to include the new options.

@Gpower2 Gpower2 merged commit 2a2afc3 into master Dec 14, 2025
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.

1 participant