Failed to read video properties: NumberFormatException

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Simonster99
Posts: 2
Joined: 30 Dec 2019, 16:16

Failed to read video properties: NumberFormatException

Post by Simonster99 »

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!
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Failed to read video properties: NumberFormatException

Post by rednoah »

Please try the latest 4.9.0 beta. I think this one has been fixed already. Not sure though.
:idea: Please read the FAQ and How to Request Help.
Simonster99
Posts: 2
Joined: 30 Dec 2019, 16:16

Re: Failed to read video properties: NumberFormatException

Post by Simonster99 »

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.
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Failed to read video properties: NumberFormatException

Post by rednoah »

You're running Java 8. Please use the Java 8 build (you're currently using the Java 11 build).
:idea: Please read the FAQ and How to Request Help.
Post Reply