gpt4 book ai didi

php - getId3:未定义索引:playtime_string

转载 作者:行者123 更新时间:2023-12-01 13:57:51 25 4
gpt4 key购买 nike

我正在尝试检索项目中某些歌曲的持续时间。我整合了getID3在我的应用程序中使用 phansys 包 - 它工作正常但对于我的一些歌曲我收到错误:

Undefined index: playtime_string.

这是我的源代码:

        $getID3 = new getID3;
$ThisFileInfo = $getID3->analyze($this->getFullpath());
if (isset($ThisFileInfo['playtime_string'])){
$len= $ThisFileInfo['playtime_string'];
}
else{
/*
* Here i wonder what i have to do in this case
*/
}

我现在真的卡住了,我真的需要获得歌曲的持续时间。事实上,我必须在我的移动应用程序中获取此信息。
有没有其他方法可以在 php 中获取 mp3 的持续时间?

最佳答案

问题是因为 mp3 损坏了。我尝试使用 ffmpeg 读取它们但失败了,它显示这些 mp3 的大小为 0 Ko

关于php - getId3:未定义索引:playtime_string,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21558464/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com