From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dov Grobgeld Subject: Re: Embedded video in html-export Date: Mon, 13 Oct 2014 11:48:15 +0300 Message-ID: References: <878ukk5r9o.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b342f4ea1356a050549f5d6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdbIi-0005eP-0b for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 04:48:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdbIe-00014p-OH for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 04:48:19 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:41134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdbIe-00014c-GC for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 04:48:16 -0400 Received: by mail-lb0-f171.google.com with SMTP id z12so6046729lbi.16 for ; Mon, 13 Oct 2014 01:48:15 -0700 (PDT) In-Reply-To: <878ukk5r9o.fsf@ericabrahamsen.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Abrahamsen Cc: emacs-orgmode --047d7b342f4ea1356a050549f5d6 Content-Type: text/plain; charset=UTF-8 Thanks! Works great! On Mon, Oct 13, 2014 at 11:05 AM, Eric Abrahamsen wrote: > Dov Grobgeld writes: > > > Is it currently possible to inline a video file in the html export? > > Right, now I only get a link, while what I would like to have is: > > > > > > Yup, you need to export as html5, and set the html5-fancy option to > true. See the manual: > > (org) HTML doctypes > > > --047d7b342f4ea1356a050549f5d6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks! Works great!


On Mon, Oct 13, 2014 at 11:05 AM= , Eric Abrahamsen <eric@ericabrahamsen.net> wrote:
=
Dov = Grobgeld <dov.grobgeld@gmail.c= om> writes:

> Is it currently possible to inline a video file in the html export? > Right, now I only get a link, while what I would like to have is:
>
> <video src=3D"myvideo.ogv" poster=3D"myvideo.png&quo= t; loop=3D1 preload=3D"auto"
> controls>
> Sorry, no video in this browser.
> </video>

Yup, you need to export as html5, and set the html5-fancy optio= n to
true. See the manual:

(org) HTML doctypes



--047d7b342f4ea1356a050549f5d6--