Преглед изворни кода

add audio sync to converted recordings

Luke Pulverenti пре 9 година
родитељ
комит
8537cbe6c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs

+ 1 - 1
MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs

@@ -143,7 +143,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
             {
             {
                 audioChannels = audioStream.Channels ?? audioChannels;
                 audioChannels = audioStream.Channels ?? audioChannels;
             }
             }
-            return "-codec:a:0 aac -strict experimental -ab 320000";
+            return "-codec:a:0 aac -strict experimental -ab 320000 -af \"async=1000\"";
         }
         }
 
 
         private bool EncodeVideo(MediaSourceInfo mediaSource)
         private bool EncodeVideo(MediaSourceInfo mediaSource)