Bug 130720 - HTML5 Save/Export with Audio/Video tags
Summary: HTML5 Save/Export with Audio/Video tags
Status: RESOLVED DUPLICATE of bug 95861
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
6.4.0.3 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-16 21:30 UTC by Nick Shaforostov
Modified: 2020-02-17 04:40 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Shaforostov 2020-02-16 21:30:33 UTC
Description:
Right now I can save LibreOffice Writer document as HTML. It has 'HTML 4.0 Transitional' inside.

I would like LO to be able to save documents as HTML5. Use case: I would like to be able to insert an audio file into Writer document and have it in the form of HTML audio or video object:

<audio controls><source src="..." type="audio/mpeg"></audio>


Steps to Reproduce:
Open Writer, 'Insert' -> 'Movie and Sound' select an mp3 file, save document as HTML(5).

Actual Results:
Only wav files can be inserted as a media object, also they are only saved as an image in HTML.

Expected Results:
Audio file is inserted in the document (first of all as a link, but embeddeding into document might also be useful) and can be played from Writer and from web-browser when resulting HTML file is opened in it


Reproducible: Always


User Profile Reset: No



Additional Info:
I have tried inserting an audio object using menu 'Insert' -> 'Movie and Sound' specifying mp3 or m4a file, but it always reported that it does not support this file format. I believe that such popular formats as mp3 and m4a/aac should be supported
Comment 1 V Stuart Foote 2020-02-17 04:40:27 UTC

*** This bug has been marked as a duplicate of bug 95861 ***