From ea380d551c6fe11e96c91b728149ae4f86e117f0 Mon Sep 17 00:00:00 2001 From: MilesTEG Date: Mon, 8 Nov 2021 13:13:19 +0100 Subject: [PATCH] =?UTF-8?q?Correctif=20sur=20la=20chaine=20ExtSubTrackName?= =?UTF-8?q?=5F=20:=20les=20"=20"=20forc=C3=A9es=20ne=20sont=20plus=20indis?= =?UTF-8?q?pensables=20car=20mis=20ailleurs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Batch Merge one MKV Audio with another video MKV.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts-Divers/Batch Merge one MKV Audio with another video MKV.ps1 b/Scripts-Divers/Batch Merge one MKV Audio with another video MKV.ps1 index 918ea77..7ba980d 100644 --- a/Scripts-Divers/Batch Merge one MKV Audio with another video MKV.ps1 +++ b/Scripts-Divers/Batch Merge one MKV Audio with another video MKV.ps1 @@ -109,7 +109,7 @@ if ( $NB_External_SUB -ne 0 ) { # ================== SUBTITLES ================== # Track 0 = Sub n°1 to keep # Name and language of Subtitle Track n°0 + Sync Value - $ExtSubTrackName_1 = "`"0:English - SRT`"" + $ExtSubTrackName_1 = "0:English - SRT" $ExtSubTrackLang_1 = "0:eng" $ExtSubTrack_1_default = "0:yes" $ExtSub_charset_1 = "0:UTF-8" @@ -120,7 +120,7 @@ if ( $NB_External_SUB -ne 0 ) { # ================== SUBTITLES ================== # Track 0 = Sub n°1 to keep # Name and language of Subtitle Track n°0 + Sync Value - $ExtSubTrackName_2 = "`"0:Français - SRT`"" + $ExtSubTrackName_2 = "0:Français - SRT" $ExtSubTrackLang_2 = "0:fr" $ExtSubTrack_2_default = "0:no" $ExtSub_charset_2 = "0:UTF-8"