View Single Post
Old 04-28-2009, 10:24 AM  
nation-x
Confirmed User
 
nation-x's Avatar
 
Industry Role:
Join Date: Mar 2004
Location: Rock Hill, SC
Posts: 5,370
Quote:
Originally Posted by quantum-x View Post
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 ;)
edit... nevermind... I actually read the thread AFTER I posted because I am tarded today

Last edited by nation-x; 04-28-2009 at 10:25 AM..
nation-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote