mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-25 23:13:00 +00:00
写入udat name而非handler_name
This commit is contained in:
parent
561e2a6aa8
commit
17684cd78a
@ -177,10 +177,7 @@ namespace N_m3u8DL_RE.Util
|
||||
command.Append($" -metadata:s:{i} language=\"{files[i].LangCode ?? "und"}\" ");
|
||||
if (!string.IsNullOrEmpty(files[i].Description))
|
||||
{
|
||||
if(mp4)
|
||||
command.Append($" -metadata:s:{i} handler_name=\"{files[i].Description}\" -metadata:s:{i} handler=\"{files[i].Description}\" ");
|
||||
else
|
||||
command.Append($" -metadata:s:{i} title=\"{files[i].Description}\" ");
|
||||
command.Append($" -metadata:s:{i} title=\"{files[i].Description}\" ");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user