-
Notifications
You must be signed in to change notification settings - Fork 254
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
InputFormatException
while retrieving video information
#250
Comments
Hello @rob93c , Did you expect jave2 to behave differently? |
Given the file is broken I would expect for the exception to highlight it, if possible; I think Thanks for looking into this @a-schild! Feel free to close the issue if you don't need it |
have a tryTo resolve the DNS resolution loss issue when using Here are the steps to resolve the issue:
By following these steps, you can effectively address the DNS resolution loss issue when using |
Hello, I developed a Telegram bot capable of converting images and videos in Telegram stickers and to do so I use Jave2 with FFmpeg 6.1
I noticed that sometimes the code
new MultimediaObject(file, FFMPEG_LOCATOR).getInfo()
throws anInputFormatException
:I tried reading the video information using
ffprobe
and the output was the following:I created a unit test to show its behavior: https://github.com/Stickerifier/Stickerify/blob/malformed-video-bug/src/test/java/com/github/stickerifier/stickerify/media/MediaHelperTest.java#L230-L235
The file affected by this issue is here.
Let me know if there is anything else I can do to help investigating this issue.
The text was updated successfully, but these errors were encountered: