Hi,
I'm using filebot as an automated way of downloading subtitles for movies and series.
However, lately the filebot command gives errors on newer episodes.
The exception message states the following:
Failed to read video properties: NumberFormatException: For input string: "24000/1001"
I've found that this 24000/1001 is the framerate of the video file.
I have no idea why it is written as a fraction and not as a regular number but I was wondering if any of you have the same issue and know how to fix this.
Thanks in advance!
Failed to read video properties: NumberFormatException
-
- Posts: 2
- Joined: 30 Dec 2019, 16:16
Re: Failed to read video properties: NumberFormatException
Please try the latest 4.9.0 beta. I think this one has been fixed already. Not sure though.
-
- Posts: 2
- Joined: 30 Dec 2019, 16:16
Re: Failed to read video properties: NumberFormatException
If I install the latest beta version, I get this error:
Code: Select all
Unrecognized option: --illegal-access=permit
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Re: Failed to read video properties: NumberFormatException
You're running Java 8. Please use the Java 8 build (you're currently using the Java 11 build).