php-mediainfo icon indicating copy to clipboard operation
php-mediainfo copied to clipboard

PHP wrapper around the mediainfo command

Results 10 php-mediainfo issues
Sort by recently updated
recently updated
newest added

In the following XML between the tags there are some Chinese chars. SimpleXML doesn't seem to like those and crashes the process. `�꤀ 刀漀渀 䠀愀爀爀椀猀` ``` ErrorException : simplexml_load_string(): Entity:...

bug

@Fossil01 could you try if this PR solve your problem (#92) ?

bug

I installed this on Laravel 8, ``` $mediaInfo = new MediaInfo(); $mediaInfo->setConfig('command', 'C:\Program Files\MediaInfo\MediaInfo.exe'); $mediaInfoContainer = $mediaInfo->getInfo(url); ``` This opens the Mediainfo, reads the file but it gets stuck with...

[2023-05-30 12:36:53] local.ERROR: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '

bug