Beispiel #1
0
 public static function clipToNewFile($flv_file_name, $new_file, $from_msecs = 0, $to_msecs = 2147483647)
 {
     $flv = new myFlvHandler($flv_file_name);
     return $flv->clipToNewFile($new_file, $from_msecs, $to_msecs);
 }