|
|
#1 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: May 2015
Device: Kobo
|
Hi everyone, i'm a new member
![]() I've a problem with smil file, i've insert all things with Sigil but Azardi won't play the file .mp3! In the OPF file i have Code:
[..]
<meta property="media:duration" refines="#path_overlay">50.574s</meta>
<meta property="media:active-class">media</meta>
[..]
<item href="Text/Section0003.xhtml" id="Section0003.xhtml" media-overlay="path_overlay" media-type="application/xhtml+xml" />
[..]
<item href="Misc/Section0003.smil" id="path_overlay" media-type="application/smil+xml" />
Code:
[..]
<h2 class="title1" id="heading_id_3">I. Come andò che maestro Ciliegia, falegname, trovò un pezzo di legno, che piangeva e rideva come un bambino.</h2>
<div class="img">
<img alt="Pinocchio e Geppetto" src="../Images/img0001.png" /><br />
</div>
<p id="sentence01"><span class="title">C’</span>era una volta...</p>
<p class="testo_dialogo" id="sentence02">– Un re! – diranno subito i miei piccoli lettori.</p>
[..]
Code:
[..]
.media {
background-color: #abc;
}
[..]
Code:
<smil
xmlns="http://www.w3.org/ns/SMIL"
xmlns:epub="http://www.idpf.org/2007/ops"
version="3.0">
<body>
<par id="heading_id_3">
<text src="../Text/Section0003.xhtml#heading_id_3"/>
<audio src="../Audio/collodi_pinocchi_sil_02_cap01.mp3" clipBegin="37.000s" clipEnd="39.000s"/>
</par>
<par id="sentence01">
<text src="../Text/Section0003.xhtml#sentence01"/>
<audio src="../Audio/collodi_pinocchi_sil_02_cap01.mp3" clipBegin="39.000s" clipEnd="41.000s"/>
</par>
[..]
If you want more code tell me, i insert only the (for me) important line.. Thank's in advance for any response.. |
|
|
|
|
|
#3 | |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: May 2015
Device: Kobo
|
Umh I took the Epub and i start to modified it, so it think no, i haven't formatted. Do you have any suggestion to do this?
Quote:
>>attribute "property" not allowed here >>attribute "refines" not allowed here >>attribute "media-overlay" not allowed here These are the errors referr to the lines that i added for Smil.. I have another Epub with Smil that work on Azardi, and Sigil tell me the same errors in this file |
|
|
|
|
|
|
#4 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,763
Karma: 24088559
Join Date: Dec 2010
Device: Kindle PW2
|
If you've used the built-in Sigil validator (FlightCrew), you'll always get error messages for epub3 files, because it can't handle epub3-only attributes.
That's why I suggested epubcheck online, which can handle epub2 and epub3 files. BTW, there's a Sigil epub3 export plugin that you can use to convert an epub2 file to an epub3 file. Also check out the free SMIL-based epub3 audio books on the Read Beyond website. |
|
|
|
|
|
#5 | |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: May 2015
Device: Kobo
|
Quote:
I convert the Epub2 in Epub3 and a lots of errors go away I see that is present an epubcheck offline, because upload every time the epub (now 8 Mb) is not the best I'll try epubcheck with jdk1.7.0_79 and jre1.8.0_45 but everytime i've Error of class, Spoiler:
Do you know why? (with the validator online this epub doesn't have error) P.s. Sorry if I wrote in this topic for this thing, if u want i can open another topic.. |
|
|
|
|
| Advert | |
|
|
|
|
#6 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,763
Karma: 24088559
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
What version number is displayed if you enter the following command in a terminal/command prompt window? Code:
java -version If you have a current Java version, download pagina EPUB-Checker. It uses the same libraries as epubcheck but comes with a GUI. |
|
|
|
|
|
|
#7 | |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: May 2015
Device: Kobo
|
Quote:
Thank's, thank you very much for all your help |
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Epub3 XHTML Validation epub3 | Ramesh Arpitha | ePub | 5 | 06-30-2014 09:32 PM |
| ePub SMIL Validation | odedta | ePub | 3 | 01-05-2014 09:17 AM |
| New Errors Converting epub3 -> zip -> epub3 | Lola25 | ePub | 2 | 11-12-2013 10:37 PM |
| Pausing SMIL audio (iBooks) | chrxr | ePub | 3 | 11-30-2011 07:31 AM |