My code is :
FFprobe ffprobe = new FFprobe(pathTo/ffprobe.exe");
FFmpegProbeResult probeResult = new FFmpegProbeResult();
probeResult = ffprobe.probe(fichierTemp.getPath());
I have this error on some video files :
com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: Expected an int but was 109893054318340751 at line 160 column 37 path $.chapters[0].id
Can you help me please ?
Thank you