Commit 9cd61ff7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent a2cb6ff4
......@@ -177,7 +177,7 @@ class Media {
case "General":
$array["vcodec"] = str_replace("Matroska", "mkv", $value["Format"]);
$array["duration"] = $this->getRunTime($value["Duration"]);
$array["totalbitrate"] = trim(str_replace(" ", "",str_replace("Mbps", "", $value["Overall_bit_rate"])));
$array["totalbitrate"] = round(trim(str_replace(" ", "",str_replace("Mbps", "", $value["Overall_bit_rate"])))*1024,0);
break;
case "Video":
$array["width"] = $value["Width"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment