mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2025-01-11 15:59:16 +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"
|
#Region "ffmpeg command"
|
||||||
|
|
||||||
Dim DubMetatata As String = Nothing
|
Dim DubMetatata As String = Nothing
|
||||||
If FunimationDub = "japanese" Then
|
If FunimationDub = "Japanese" Then
|
||||||
DubMetatata = " -metadata:s:a:0 language=jpn"
|
DubMetatata = " -metadata:s:a:0 language=jpn"
|
||||||
|
|
||||||
ElseIf FunimationDub = "portuguese-brazil" Then
|
ElseIf FunimationDub = "Portuguese (Brazil)" Then
|
||||||
DubMetatata = " -metadata:s:a:0 language=por"
|
DubMetatata = " -metadata:s:a:0 language=por"
|
||||||
|
|
||||||
ElseIf FunimationDub = "spanish-latin-am" Then
|
ElseIf FunimationDub = "Spanish (Latin Am)" Then
|
||||||
DubMetatata = " -metadata:s:a:0 language=spa"
|
DubMetatata = " -metadata:s:a:0 language=spa"
|
||||||
|
|
||||||
Else '
|
Else '
|
||||||
DubMetatata = " -metadata:s:a:0 language=eng"
|
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
|
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
|
ElseIf MergeSubs = True Then
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user