Commit 36d62ddf authored by Nico Schallehn's avatar Nico Schallehn

test

parent 884f9ad1
......@@ -472,10 +472,10 @@ class Media {
case "General":
$array["vcodec"] = str_replace("Matroska", "mkv", $value["Format"]);
$array["duration"] = $this->getRunTime($value["Duration"]);
echo $this->getRunTime($value["Duration"]).PHP_EOL;
echo $value["Duration"];
echo "Laufzeit in sekunden:".$this->getRunTime($value["Duration"]).PHP_EOL;
//echo $value["Duration"];
exit;
$array["totalbitrate"] = round(trim(str_replace(" ", "",str_replace("Mbps", "", $value["Overall_bit_rate"])))*1024,0);
break;
case "Video":
......
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