diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-10 13:53:33 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-10 13:53:33 -0400 |
| commit | af90f0a0597c8b11337929c1cbf9a5549d942f04 (patch) | |
| tree | 6f78c19dcfe1bdf829c5b4f9dd09a201edd73420 | |
| parent | 7f0ab8fb1a0bee84aa4c1828646c2a9eff950764 (diff) | |
update mpeg dash
| -rw-r--r-- | MediaBrowser.Api/Playback/Hls/MpegDashService.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/MpegDashService.cs b/MediaBrowser.Api/Playback/Hls/MpegDashService.cs index d2faefe4c..3625b3cdf 100644 --- a/MediaBrowser.Api/Playback/Hls/MpegDashService.cs +++ b/MediaBrowser.Api/Playback/Hls/MpegDashService.cs @@ -713,8 +713,6 @@ namespace MediaBrowser.Api.Playback.Hls args += " " + GetVideoQualityParam(state, H264Encoder, true) + keyFrameArg; - args += " -r 24 -g 24"; - // Add resolution params, if specified if (!hasGraphicalSubs) { @@ -739,7 +737,7 @@ namespace MediaBrowser.Api.Playback.Hls var inputModifier = GetInputModifier(state); - var args = string.Format("{0} {1} -map_metadata -1 -threads {2} {3} {4} -copyts {5} -f dash -use_template 0 -min_seg_duration {6} \"{7}\"", + var args = string.Format("{0} {1} -map_metadata -1 -threads {2} {3} {4} -copyts {5} -f dash -use_template 0 -min_seg_duration {6} -y \"{7}\"", inputModifier, GetInputArgument(transcodingJobId, state), threads, |
