Menu

#1353 follow-up and extension of bug #1305 from video to audio

output: ePub
pending-fixed
None
5
2015-07-31
2015-02-01
No

Hi,

In bug #1305 we asked to modify the result of epub3 transformation of videodata; the same question applies to DB audiodata element which structure is exactly the same. After transformation of a DB figure wrtitten like this :

<figure>
    <title>Le film de la descente vers le sol martien</title>
    <mediaobject>
        <videoobject>
            <videodata fileref="media/curiosityLanding.mp4" width="486" align="center" format="video/mp4"/>
        </videoobject>
    </mediaobject>
</figure>

Instead of the result which is produced in this way

<div class="figure" id="idp179296">
    <div class="figure-title">Figure 1. Le film de la descente vers le sol martien</div>
        <div class="figure-contents">
             <div class="mediaobject">
                 <video class="videodata" src="media/curiosityLanding.mp4"></video>
             </div>
        </div>
    </div>
</div>

we should get this one

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Figure 1. Le film de la descente vers le sol martien








~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A stated for video this will enable to add multiple sources in one video object to handle devices that can handle only one format (mp4 or webm) this will enable to add multiple audio sources (mp3 or aac).

Many thanks.

Discussion

  • Robert Stayton

    Robert Stayton - 2015-07-31

    See the comment in bug #1305.

     
  • Robert Stayton

    Robert Stayton - 2015-07-31
    • status: open --> pending-fixed
    • assigned_to: Robert Stayton