![]() |
#1 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5
Karma: 6394
Join Date: May 2012
Device: Kindle 3 Keyboard
|
Conversion Epub to MOBI: Differences
There's something since I use Calibre to convert Epubs to MOBI I realize is that in many books the program makes me a wrong conversion. I have come to the conclusion that the problem is the MOBI format limitation, and some styles do not let them. But maybe it's a bug in Calibre. I don't know.
Examples: Example 1: Epub Example 1: Converted to MOBI Example 2: Epub Example 2: Converted to MOBI Example 3: Epub Example 3: Converted to MOBI ¿Solutions? Last edited by Reagal; 05-31-2012 at 03:06 PM. |
![]() |
![]() |
![]() |
#2 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,065
Karma: 858115
Join Date: Jan 2011
Device: Kobo Clara, Kindle Paperwhite 10
|
What specific problem(s) do you object to in those 3 conversion examples?
|
![]() |
![]() |
Advert | |
|
![]() |
#3 | |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 30,919
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
1) the <HR>'s got lost 2) the Initial Cap is not inline 3) The italic quotation is now uppercase Last edited by theducks; 05-31-2012 at 03:06 PM. Reason: typo fix |
|
![]() |
![]() |
![]() |
#4 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5
Karma: 6394
Join Date: May 2012
Device: Kindle 3 Keyboard
|
Yes. The Styles in Epubs seems lost in the conversion to MOBI. The third example, the lines around "Prólogo" is lost too.
|
![]() |
![]() |
![]() |
#5 |
Linux User
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
|
try EPUB->EPUB conversion as well (make a backup of your file just to be on the safe side)
it may be intentional for some fancy styles to be filtered out, as you usually get those from webpages and dont want them in your ebook not sure what to do about it tho |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,275
Karma: 145488788
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
No, that's not it at all. The issue is a limitation in the Mobipocket format that the K3/K4 and older Kindles use. The only way to deal with it is to upgrade to a Kindle Touch and use KF8. There is a very good possibility that the K3 may never have KF8 support given that it's not a current generation Kindle.
|
![]() |
![]() |
![]() |
#7 |
reader
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
These may be due to the way the ePub is formatted. For example, in (1) the horizontal rules probably are not <HR>s and in (3) the italic quotation probably isn't italics (e.g. perhaps a named imbedded font). In the case of the image representing "T", MOBI can in-line an image but only with a single line of text. This might be better than what was actually produced, but not by much.
|
![]() |
![]() |
![]() |
#8 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
|
Quote:
#2 - Classic MOBI doesn't support any structure for drop caps. Such caps can be made inline, but the ePub structure that creates drop caps creates the image in a separate block from the text portion of the paragraph. Converters have no way of knowing that the image and the following text should be joined. #3 - Again, the box is likely a <DIV> with borders for which there is no Classic MOBI support. The italic paragraph is probably also all caps in the ePub, just with a text-transform:lowercase; style which is unsupported in Classic MOBI. It would be possible for a converter to handle this (changing the actual text to lowercase) but it would be quite a challenge to code and a bigger challenge to do quality assurance testing. Also, the lack of a right indent on the italic paragraphs in #2 & #3 are the result of the design of the MOBI renderers which don't support margins and indent only the left of <BLOCKQUOTE>s. This is intentional behavior which is/was of great advantage on the small screens where MOBI was born. The sample conversions have properly converted the indented paragraphs to <BLOCKQUOTE>s. Last edited by dwig; 05-31-2012 at 08:45 PM. |
|
![]() |
![]() |
![]() |
#9 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,065
Karma: 858115
Join Date: Jan 2011
Device: Kobo Clara, Kindle Paperwhite 10
|
I asked what specifically were the problems as Reagal saw them, because all the issues mentioned above are minor issues that hardly affect readability. Yes I noticed them earlier. So what? Nothing's ever perfect. None of that is annoying enough to me to adversely affect readability. To me those issues do not indicate conversion failures.
Isn't readability (as opposed to perfection of conversion) the bottom line? |
![]() |
![]() |
![]() |
#10 | |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 30,919
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
With EPUB, this is fairly easy in most cases. All other formats lose something in translation ![]() |
|
![]() |
![]() |
![]() |
#11 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
|
As JSWolf has pointed out the changes Reagal is concerned about are not due to bugs in calibre; they are because mobi is based on a pidgin secret version of HTML 4 from about 10 years ago.
In my opinion calibre does a great job of coping with mobi's deficiencies, but some of them are so severe that calibre can't make it work. |
![]() |
![]() |
![]() |
#12 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
|
Not so "secret" ... it was based on the very public original version of Open EBook. It uses a "compiled" database structure to make it compatible with the major portable OS of the time, PalmOS. In a way, it is pretty much equivalent of the never-made-it-out-the-door ePub v1.0.
|
![]() |
![]() |
![]() |
#13 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28,410
Karma: 203720150
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
|
|
![]() |
![]() |
![]() |
#14 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
|
Yes, of course you're correct about HTML 3.2, DiapDealer; I've no idea why my fingers put a 4 there.
And if it's not secret, Dwig, I wonder why there are so many threads from time to time bewailing the lack of a list of what HTML mobi supports and doesn't support. |
![]() |
![]() |
![]() |
#15 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
|
Quote:
http://www.mobipocket.com/dev/articl...TagRef_OEB.htm and: https://kdp.amazon.com/self-publishi...A1JPUWCSD6F59O |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
EPUB to MOBI Conversion | sarafnikit | Conversion | 0 | 03-27-2012 04:40 AM |
.epub to .mobi after conversion | illustrata | Conversion | 9 | 05-10-2011 06:09 AM |
ePub to MOBI differences - Part I | fcoulter | Calibre | 5 | 08-16-2010 04:02 PM |
Epub to Mobi conversion | MichaelGray | Calibre | 2 | 08-12-2010 01:08 PM |
Random differences in blank line conversion in ePub | HarryT | Calibre | 14 | 08-13-2009 03:31 AM |