PHP-MP3 icon indicating copy to clipboard operation
PHP-MP3 copied to clipboard

extract generate 0 size file

Open solucionesuno opened this issue 2 years ago • 0 comments

$mp3 = new PHPMP3($fullpath); $mp3_1 = $mp3->extract(343,999999999); $mp3_1->save($newname);

with this values the file generated is 0 size.

smaller value like 100,999999999 works fine. why?

solucionesuno avatar Dec 29 '22 12:12 solucionesuno