mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2025-04-11 15:51:23 +02:00
Fix download fail
Fixes downloads failing with merged subs when "Auto" Resolution is selected.
This commit is contained in:
parent
a09a5faaaa
commit
5114d6a9a2
@ -1379,7 +1379,7 @@ Public Class Main
|
||||
#End Region
|
||||
If Resu = 42 Then
|
||||
If MergeSubstoMP4 = True Then
|
||||
URL_DL = "-i " + Chr(34) + CR_URI_Master + Chr(34) + " -metadata:s:a:0 language=" + CCtoMP4CC(CR_Anime_Dub) + SoftSubMergeURLs + SoftSubMergeMaps + " " + ffmpeg_command + " -c:s mov_text" + SoftSubMergeMetatata
|
||||
URL_DL = "-i " + Chr(34) + CR_URI_Master + Chr(34) + SoftSubMergeURLs + SoftSubMergeMaps + " " + ffmpeg_command + " -c:s mov_text" + SoftSubMergeMetatata + " -metadata:s:a:0 language=" + CCtoMP4CC(CR_Anime_Dub)
|
||||
Else
|
||||
URL_DL = "-i " + Chr(34) + CR_URI_Master + Chr(34) + " -metadata:s:a:0 language=" + CCtoMP4CC(CR_Anime_Dub) + " " + ffmpeg_command
|
||||
End If
|
||||
|
Loading…
x
Reference in New Issue
Block a user