07-24-2007, 05:58 PM | #31 |
Goodest E-Reader
Posts: 62
Karma: 300094
Join Date: Jul 2007
Device: PRS 500 / Kindle 5th / Kindle PW4
|
I had an error, here is the log file, what am i doing wrong?
Input File Name : C:\DOCUME~1\melksnor\LOCALS~1\Temp\comiclrf\maus_1 .lrs Output File Name : C:\Documents and Settings\melksnor\Desktop\comiclrf\maus_1.lrf Validation check start. Validatoin check finished. Validate book information file. Complete validation check. [Error ] Can not find thumbnail image file. [Error ] Can not create LRF Header Invalid file. Error termination Delete file :: C:\Documents and Settings\melksnor\Desktop\comiclrf\maus_1.lrf |
07-25-2007, 05:48 AM | #32 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
Did you run this in the comiclrf directory?
|
Advert | |
|
07-25-2007, 10:53 AM | #33 |
Goodest E-Reader
Posts: 62
Karma: 300094
Join Date: Jul 2007
Device: PRS 500 / Kindle 5th / Kindle PW4
|
Yeah, in command prompt, i do cd C:\Documents and Settings\melksnor\Desktop\Sony\comiclrf
first and then i type comiclrf.pl "C:\Documents and Settings\melksnor\Desktop\Sony\comiclrf\maus_1.cbz " it starts coding and then it outputs this: Converting Comic "maus_1"... Extracting... Converting LRS to LRF... XYP version: 1.0 End. Processing Complete LRF written to "C:\Documents and Settings\melksnor\Desktop\Sony\comiclrf\maus_1. lrf" but the file is never there, the whole proces happens quite fast btw, like it is done within two minutes |
07-26-2007, 11:33 AM | #34 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
Try putting comiclrf.pl into a directory with no spaces, i.e. c:\utils\comiclrf\
|
07-27-2007, 02:12 AM | #35 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jul 2007
Device: Sony Ereader
|
I keep getting an error:
Converting Comic "XXXXXXX"... Extracting... The system cannot find the path specified. Convert failed! at C:\comiclrf\comiclrf.pl line 124. I'm running Windows XP Pro SP2, ImageMagick-6.3.5-3-Q16 (installed in c:\imagemagick), ActivePerl 5.8.8 (installed in c:\Perl) and comiclrf (installed in c:\comiclrf) trying to convert a file named 326-350.cbr. Any troubleshooting tips? |
Advert | |
|
07-30-2007, 12:27 AM | #36 |
Member
Posts: 24
Karma: 10
Join Date: Jul 2007
Location: Denver, CO
Device: Sony PRS-500, Palm Pre
|
Problems?
Anyone run in to an issue with the script only processing the first and last X pages and skipping the rest? I tore apart the CBRs and it turns out the covers and inner art were .jpg, and the meat of the comic was .gif. It looks like comiclrf doesn't know how to handle it. Unfortunately I don't know enough perl to try and fix it myself. Anyone else run in to this issue? Also, how does the output quality of this compare to manga2ebook, run through rasterfarian? I'd prefer a one step script like this, but quality matters quite a bit.
|
07-30-2007, 11:24 AM | #37 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
seveng, comiclrf doesn't currently support gif images. It looks to be very easy to add though, I'll have a look.
|
07-31-2007, 05:50 AM | #38 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
Updated: Added support for GIF images. Better sorting of images, now uses original archive ordering instead of alphabetical. Cleanup temporary directory before processing images. Download latest from link on first page.
|
07-31-2007, 11:17 PM | #39 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Jul 2007
Device: Sony Reader
|
I am getting the same problem as the user above
Converting Comic "XXXXXXX"... Extracting... The system cannot find the path specified. Convert failed! at C:\comiclrf\comiclrf.pl line 124. Is there something we are doing wrong here? |
08-01-2007, 05:14 AM | #40 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
What is the full command line you used?
|
08-01-2007, 05:47 AM | #41 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Jul 2007
Device: Sony Reader
|
first I change directories into the comiclrf folder. Then I use the command line comiclrf.pl c:\comiclrf\test.cbr
Test.cbr is the name of the comic, c:\comiclrf is the directory where the comiclrf files are. |
08-01-2007, 10:55 PM | #42 |
Member
Posts: 24
Karma: 10
Join Date: May 2007
Device: PRS-505
|
Thrilled with comiclrf, though I find that I have issues when using wildcards that are solved by copying the comiclrf files into the directory of the cbr/cbzs that I am converting.
Any clues why resizing for landscape mode doesn't work properly? It would be nice to get the resolution right so that we could read some comics in landscape mode--my eyes ain't what they used to. Thanks again for creating this. It was exactly what I was looking for. |
08-03-2007, 02:51 AM | #43 | |
Member
Posts: 10
Karma: 10
Join Date: Jul 2007
Device: Sony Reader PRS-500
|
Quote:
1) In windows explorer, open the comiclrf folder 2) Right-click comiclrf.pl and choose "Edit" to open comiclrf.pl in Notepad 3) In the "User Configurable Area" you'll see: my $convertprog="C:\\Program Files\\ImageMagick-6.3.4-8-Q16. 4) change "my $convertprog="C:\\Program Files\\ImageMagick-6.3.4-8-Q16" to "my $convertprog="C:\\Program Files\\ImageMagick-6.3.5-Q16"(or wherever you have imagemagick installed. ex. "C:\\imagemagick") 5) save changes in notepad. 6)???? 7)PROFIT! (sorry, I couldn't resist not doing that last part ) Hope this is helps. Last edited by visionarycat; 08-03-2007 at 02:55 AM. |
|
08-03-2007, 07:17 AM | #44 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
Updated: Now searches for the ImageMagick convert program, no need to edit the "convertprog" variable now.
Recommend you upgrade to the latest ImageMagick program, v6.3.5, as it has support for multi-cpu processors, doesn't appear to speed up the resizing much though. |
08-03-2007, 07:19 AM | #45 |
Addict
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
|
banjopicker, I haven't figured out how LRF handles landscape resolutions, I'm not sure it is actually possible as it seems to ignore setting the resolution to anything other than Portrait sizes.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Conversion of comics (CBR/CBZ) | FangornUK | Conversion | 269 | 09-06-2012 12:43 AM |
PDF -> JPG -> CBZ -> LRF | leveck | Workshop | 13 | 06-16-2011 12:21 PM |
Best (approximately 7 inch) sub-250$ reader for color comics (unzipped CBR/CBZ)? | Neole | Alternative Devices | 15 | 05-15-2011 06:02 PM |
how to read / convert comics (.cbz) | cybmole | Calibre | 8 | 10-04-2010 04:16 AM |
CBZ > LRF (LRF>HTML/MOBI????) | sideburnt | Calibre | 4 | 09-15-2009 07:44 AM |