Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to read MP4 file #6

Open
biswajitpaul01 opened this issue Dec 16, 2018 · 1 comment
Open

Unable to read MP4 file #6

biswajitpaul01 opened this issue Dec 16, 2018 · 1 comment
Assignees

Comments

@biswajitpaul01
Copy link

File is propably corrupted: This file does not have "mvhd" box!

Here is my video: https://mega.nz/#!SUhDSAJI!oGArcly7xxexwenprYTX_sAKgrUIS1Z_KCv6h-06vKA

@wapmorgan wapmorgan self-assigned this Oct 12, 2020
@JonathanNet
Copy link

Also have same problem with mp4 files, I only get Duration, but not

echo 'Dimensions: ' . $video->getWidth() . 'x' . $video->getHeight() . PHP_EOL;
echo 'Framerate: ' . $video->getFramerate() . PHP_EOL;

Then I get error:

Duration: 7.552 <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>vendor/wapmorgan/media-file/src/Adapters/Mp4Adapter.php</b> on line <b>14</b><br /> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>vendor/wapmorgan/media-file/src/Adapters/Mp4Adapter.php</b> on line <b>21</b><br /> Dimensions: x <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>vendor/wapmorgan/media-file/src/Adapters/Mp4Adapter.php</b> on line <b>28</b><br /> Framerate:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants