ffmpeg混流考虑杜比视界

This commit is contained in:
nilaoda 2022-11-27 22:48:01 +08:00
parent db8751750c
commit 12284ec8a1
1 changed files with 2 additions and 2 deletions

View File

@ -194,9 +194,9 @@ namespace N_m3u8DL_RE.Util
} }
if (mp4) if (mp4)
command.Append($" -c:a copy -c:v copy -c:s mov_text "); //mp4不支持vtt/srt字幕必须转换格式 command.Append($" -strict unofficial -c:a copy -c:v copy -c:s mov_text "); //mp4不支持vtt/srt字幕必须转换格式
else else
command.Append($" -c copy "); command.Append($" -strict unofficial -c copy ");
//CLEAN //CLEAN
command.Append(" -map_metadata -1 "); command.Append(" -map_metadata -1 ");