Skip to content

Commit

Permalink
Merge pull request #6686 from kaltura/anatolkaltura-patch-142
Browse files Browse the repository at this point in the history
Enforce provided vsync setting
  • Loading branch information
anatolkaltura authored Jan 23, 2018
2 parents 703af33 + aa1feb7 commit 36c574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/chunkedEncode/KChunkedEncode.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ protected function buildTemplateVideoCommandLine()
$cmdLineArr[$key]='-an';
}

$toRemove = array("-ac","-ar", "-b:a","-ab","-vsync", "-async","-filter_complex","-flags","-f");
$toRemove = array("-ac","-ar", "-b:a","-ab","-async","-filter_complex","-flags","-f");
foreach($cmdLineArr as $idx=>$opt){
if(in_array($opt, array("-rc_eq"))){
if($cmdLineArr[$idx+1][0]!="'")
Expand Down

0 comments on commit 36c574c

Please sign in to comment.