On 07/09/2017 06:24 PM, Martin Goik wrote:
Using XMLMind editor I tried to embed a webm format based video into a Docbook 5.1 document. On https://cloud.xtraservice.de/owncloud/index.php/s/K7fgpF2x17sB9eI you find: 1. A sample Webm file jdbc.webm 2. A Docbook file video.xml embedding jdbc.webm 3. A screen shot showing the exception message in XMLMind's editor pane.
Nothing suprising to that. The WebM video format is not (yet?) supported by the Java 1.8 media player.
After adding jdbc.webm, please also add jdbc.mp4 and it will work just fine.
The "Unrecognized file signature!" error message will automatically disappear because the Java 1.8 media player picks the MP4 file and ignores the WebM file.
This is documented in note: "Specify alternate audio and video formats whenever possible" http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmledit.media.MediaInfoEditor.html --- PS: For my test, I've created jdbc.mp4 as follows: ffmpeg -i jdbc.webm jdbc.mp4 https://ffmpeg.org/ It's fast and it works flawlessly. -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support