mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Deactivate subtitles by default (#26)
This commit is contained in:
parent
1e865adaa5
commit
0c92fc0989
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ func archiveFFmpeg(ctx context.Context, dst io.Writer, videoFiles, audioFiles, s
|
|||
file.Close()
|
||||
defer os.Remove(file.Name())
|
||||
|
||||
commandOptions = append(commandOptions, "-c", "copy", "-f", "matroska", file.Name())
|
||||
commandOptions = append(commandOptions, "-disposition:s:0", "0", "-c", "copy", "-f", "matroska", file.Name())
|
||||
|
||||
// just a little nicer debug output to copy and paste the ffmpeg for debug reasons
|
||||
if out.IsDev() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue