Skip to content

Update split_ffmpeg.py for multi-stream support - #1

Merged
Garman12 merged 1 commit into
masterfrom
Garman12-patch-1
Jul 29, 2026
Merged

Update split_ffmpeg.py for multi-stream support#1
Garman12 merged 1 commit into
masterfrom
Garman12-patch-1

Conversation

@Garman12

Copy link
Copy Markdown
Owner

Added '-map 0' argument to the ffmpeg command string array. This ensures all streams from the input file are present in the output Added '-scodec copy' argument to the same. This ensures the output subtitles are not reencoded. This change is useful for splitting multi-episode files present on many TV show DVDs, especially for Anime, which has multiple language audio and subtitle streams.

Added '-map 0' argument to the ffmpeg command string array. This ensures all streams from the input file are present in the output
Added '-scodec copy' argument to the same. This ensures the output subtitles are not reencoded.
This change is useful for splitting multi-episode files present on many TV show DVDs, especially for Anime, which has multiple language audio and subtitle streams.
@Garman12
Garman12 merged commit 031f134 into master Jul 29, 2026
@Garman12
Garman12 deleted the Garman12-patch-1 branch July 29, 2026 19:45
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