Commit 62ca5d41 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 19501f1a
...@@ -177,7 +177,7 @@ class Media { ...@@ -177,7 +177,7 @@ class Media {
case "General": case "General":
$array["vcodec"] = str_replace("Matroska", "mkv", $value["Format"]); $array["vcodec"] = str_replace("Matroska", "mkv", $value["Format"]);
$array["duration"] = $value["Duration"]; $array["duration"] = $value["Duration"];
$array["totalbitrate"] = trim(str_replace("Mbps", "", $value["Overall_bit_rate"]))*1024; $array["totalbitrate"] = trim(str_replace(" ", "",str_replace("Mbps", "", $value["Overall_bit_rate"])))*1024;
break; break;
case "Video": case "Video":
$array["width"] = $value["Width"]; $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