comment file encoding for PuyaSubs

This commit is contained in:
milarin 2023-01-17 12:31:44 +01:00
parent 0e396d5bc1
commit 375fc1faab

View File

@ -76,6 +76,8 @@ var Parsers = []model.Parser{
Episode: 2,
},
),
// tag 0th audio stream as japanese language and copy all other streams unchanged into output file
FileEncoding: "-map 0 -c:v copy -c:a copy -c:s copy -metadata:s:a:0 language=jpn",
},