mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-08-22 21:19:43 +00:00
写入udat name而非handler_name
This commit is contained in:
parent
561e2a6aa8
commit
17684cd78a
@ -177,9 +177,6 @@ namespace N_m3u8DL_RE.Util
|
|||||||
command.Append($" -metadata:s:{i} language=\"{files[i].LangCode ?? "und"}\" ");
|
command.Append($" -metadata:s:{i} language=\"{files[i].LangCode ?? "und"}\" ");
|
||||||
if (!string.IsNullOrEmpty(files[i].Description))
|
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