Skip to content

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

Open
Garman12 wants to merge 2 commits into
harryjackson:masterfrom
Garman12:master
Open

Update split_ffmpeg.py for multi-stream support#18
Garman12 wants to merge 2 commits into
harryjackson:masterfrom
Garman12:master

Conversation

@Garman12

Copy link
Copy Markdown

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 added 2 commits July 29, 2026 12:43
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.
Update split_ffmpeg.py for multi-stream support
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