add audio sync to converted recordings

This commit is contained in:
Luke Pulverenti 2016-04-29 12:54:26 -04:00
parent c37652058c
commit 8537cbe6c2

View file

@ -143,7 +143,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
{
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)