Quote:
Originally Posted by quantum-x
OK, just because I'm feeling like a ninja:
This requires my VPX package as mentioned before.
PHP Code:
<?
require_once('./VPX/VPX.php');
$VPX = new VPXBase('C:\TEMP\finalCut.flv');
$VPX->Seek($VPX->SeekString(pack('H*','40443D4FDF3B645A')));
$duration = BigEndian2Float($VPX->Read(8));
var_dump($duration);
?>
Will output something like:
float(40.479)
Game over ;)
|
Haha, thanks, I just gotta go through your code and remove what I don't need, I hate extra code :D
Will give you credit, any special url you want me to put in the source code?