<?php require_once 'xzysubtitletsadj.php'; $ruta = $_SERVER['argv'][1]; $salida = $_SERVER['argv'][2]; $ts = new xzy_movietsadj; $ts->loadst($ruta); $ts->tsajuste = $ts->string2ts('01:05:22,000'); $ts->savest($salida); ?>
info at phpclasses dot org