diff options
Diffstat (limited to 'internal/media/ffmpeg.go')
| -rw-r--r-- | internal/media/ffmpeg.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/media/ffmpeg.go b/internal/media/ffmpeg.go index 05e8c69a6..d98e93baf 100644 --- a/internal/media/ffmpeg.go +++ b/internal/media/ffmpeg.go @@ -55,6 +55,12 @@ func ffmpegClearMetadata(ctx context.Context, outpath, inpath string) error { // i.e. no transcode. "-codec", "copy", + // Ensure we include + // ALL audio / video + // / subtitle streams, + // not just the first. + "-map", "0", + // Overwrite. "-y", |
