Bug #36

Implement video support in WebODF

Added by Boudewijn Rempt about 1 year ago. Updated about 1 year ago.

Status:New Start date:03/26/2012
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:-

Description

This issue is for tracking the implementation of embedded video support in webodf

video_in_webodf.odt (47.1 kB) Boudewijn Rempt, 03/26/2012 01:33 pm

History

Updated by Boudewijn Rempt about 1 year ago

Note: for now iOS is the focus. Please see attached document with notes.

Updated by Jos van den Oever about 1 year ago

Video in WebODF is different than images. Images are shown using CSS: the image is put as the background image of a normal image. This avoids the need for the HTML tag <IMG/>. For video, we cannot do the same trick since CSS has no background video yet (as far as i know). So a <video/> element has to be insert in to the ODF DOM tree. This is not a serious problem, since it will/can be filtered out when saving.

Also available in: Atom PDF