mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-12-23 22:51:48 +01:00
fix funimation dub metadata
fix funimation defaults to eng metadata
This commit is contained in:
parent
11d7799739
commit
54e7b8125f
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -5716,22 +5716,22 @@ Public Class Main
|
||||
|
||||
#Region "ffmpeg command"
|
||||
|
||||
Dim DubMetatata As String = Nothing
|
||||
If FunimationDub = "japanese" Then
|
||||
DubMetatata = " -metadata:s:a:0 language=jpn"
|
||||
Dim DubMetatata As String = Nothing
|
||||
If FunimationDub = "Japanese" Then
|
||||
DubMetatata = " -metadata:s:a:0 language=jpn"
|
||||
|
||||
ElseIf FunimationDub = "portuguese-brazil" Then
|
||||
DubMetatata = " -metadata:s:a:0 language=por"
|
||||
ElseIf FunimationDub = "Portuguese (Brazil)" Then
|
||||
DubMetatata = " -metadata:s:a:0 language=por"
|
||||
|
||||
ElseIf FunimationDub = "spanish-latin-am" Then
|
||||
DubMetatata = " -metadata:s:a:0 language=spa"
|
||||
ElseIf FunimationDub = "Spanish (Latin Am)" Then
|
||||
DubMetatata = " -metadata:s:a:0 language=spa"
|
||||
|
||||
Else '
|
||||
DubMetatata = " -metadata:s:a:0 language=eng"
|
||||
Else '
|
||||
DubMetatata = " -metadata:s:a:0 language=eng"
|
||||
|
||||
End If
|
||||
End If
|
||||
|
||||
If HardSubFound = True And CBool(InStr(VideoFormat, ".aac")) = False Then
|
||||
If HardSubFound = True And CBool(InStr(VideoFormat, ".aac")) = False Then
|
||||
Funimation_m3u8_final = "-i " + Chr(34) + Funimation_m3u8_final + Chr(34) + FunimationAudioMap + " -vf subtitles=" + Chr(34) + UsedSub + Chr(34) + " " + ffmpeg_hardsub
|
||||
|
||||
ElseIf MergeSubs = True Then
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user