-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Exception "Invalid minimum required packet size" in Version 14.1 and up #1761
Comments
There is no version |
Sorry I mistyped the version number. Yes I meant the 14.2 version. I've just updated the title and text with the correct version number. I did only change the library version to reproduce this. I did some more test's and I guess I found out what is causing this issue. I tracked the ffmpeg command line arguments of both library versions using ProcessMonitor and found out that from version 14.1 the -vframes 1 command line argument of the ffmpeg process is missing. Instead there are just two spaces: rawvideo -y -vcodec webp In version 14.0 the -vframes 1 argument is just between those two arguments. This causes the ffmpeg command to run for a long time and then it causes the error. Any idea why this command line argument was removed? |
Thanks for all your research! I suspect that was removed to make it possible to read all the images in your mp4 file. But that should happen automatically when you use a |
Thanks for the hint. Setting |
I checked my commit history and it looks like I broke this by accident. This will be resolved in the next release and then |
Magick.NET version
14.2 Magick.NET-Q16-HDRI-AnyCPU
Environment (Operating system, version and so on)
Windows 10
Description
After I've updated from version 14.0 to 14.2 I get the following error after a long period when trying to create a thumbnail from a GoPro video:
The error also occurs in version 14.1. Only if I downgrade to 14.0 again it works.
Any idea what could cause this problem?
Steps to Reproduce
Here is a code example:
The error occurs on the new MagickImage line after a long period. (I measured 33.3 minutes with my unit test)
The text was updated successfully, but these errors were encountered: