I'm receiving a message when trying to generate thumbnails that is:
Can't create thumbnail for E:\ISO\charmed\Charmed-(a Knight To Remember)-2005-01-03-0-1.mp4: No suitable ImageReader found for E:\ISO\charmed\Charmed-(a Knight To Remember)-2005-01-03-0-1.mp
I've put some debugging info in and the thumbnail is being generated but when the code hits the method "toFile() it is failing:
file: DLNAMediaInfo.java
In method: public void parse(InputFile inputFile, Format ext, int type, boolean thumbOnly) {
Line of code failing: thumbnail.toFile(thumbFilename);
I know that the thumbnails are being generated as I commented out their deletion. I know that the JPG files are being created as I removed the deletion of those files from the code. It appears that the "thumbnailator()" is failing to create the thumbnail. This is all new to me.
Can someone comment if this is a known issue? Perhaps I have beta code? POM.xml says that I'm using 0.4.2. I tried reverting to 0.4.1 but no difference.
Thanks.
Profile: Samsung AllShare on Windows 7
