Maxime Horcholle
Maxime Horcholle
@javiertrejo mediainfo command can return in certain information about menu like [this](https://github.com/mhor/php-mediainfo/blob/master/test/fixtures/mediainfo-output.xml#L129-L144). As it this information are not usable. The goal of the issue is to add some function to...
@Fossil01 Thanks for reporting this issue. An old [pull request](https://github.com/mhor/php-mediainfo/pull/63) consider removing ``utf8_encode`` to solve a "bug". Could you try to remove this call and see if that solve the...
Thanks for your quick answer, so it's definitively related to xml string returned by mediainfo. [This](https://stackoverflow.com/questions/7766455/how-to-handle-invalid-unicode-with-simplexml/8092672#8092672) is looking as an acceptable solution for me, I will try to implement this...
@Fossil01 did you have test the fix I've done (PR #93) ?
@Fossil01 Oops I don't know why I've never merge #93. I've open a new PR (#128). Could you check if it fix the bug.
Hi, @alexsweb did you install the "cli" version of mediainfo (see https://github.com/mhor/php-mediainfo#usage-for-windowsos)? ``php-mediainfo`` read the output of mediainfo command line execution, if you use the GUI version, php-mediainfo will launch...
Sorry I'm not familiar with Windows environments I don't know if I could help you. Internally php-mediainfo run mediainfo command with some flag and parse the output. Could you try...
Could you try this: https://github.com/mhor/php-mediainfo/issues/125#issuecomment-826968341 If it's doesn't solve your problem could you send here the result of these commands: ``` mediainfo --version ``` ``` mediainfo http://127.0.0.1:8000/7zvov31gicbxel02l9te --output=OLDXML -F --urlencode...
HI, @FredDut it's seems to be a bug introduced [here](https://github.com/APY/APYDataGridBundle/pull/1063/files#diff-dc23308abff6873bee17385923f9f5dce61488d394111de9029564b3b790f118R462). It's not ``TemplateWrapper`` class that should be use but ```Twig\Template``class
Closed for now, due to inactivity.