From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16482 Path: main.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?Q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: Movie as externalfigure Date: Thu, 16 Sep 2004 16:42:49 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <20040916144249.GC29991@cebitec.uni-bielefeld.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095345899 1713 80.91.229.6 (16 Sep 2004 14:44:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Sep 2004 14:44:59 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 16 16:44:46 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7xV7-0003r7-00 for ; Thu, 16 Sep 2004 16:44:46 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B02F71279D; Thu, 16 Sep 2004 16:44:45 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16666-06; Thu, 16 Sep 2004 16:44:45 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 187AC1279C; Thu, 16 Sep 2004 16:42:55 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 388DF1279C for ; Thu, 16 Sep 2004 16:42:53 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16655-06 for ; Thu, 16 Sep 2004 16:42:52 +0200 (CEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE (unknown [129.70.160.28]) by ronja.ntg.nl (Postfix) with ESMTP id 9F1051279A for ; Thu, 16 Sep 2004 16:42:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 25C202D607 for ; Thu, 16 Sep 2004 16:42:52 +0200 (MEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (sauron [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14870-02-10 for ; Thu, 16 Sep 2004 16:42:51 +0200 (MEST) Original-Received: from mowgli.Genetik.Uni-Bielefeld.DE (mowgli.CeBiTec.Uni-Bielefeld.DE [129.70.160.61]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 494682D606 for ; Thu, 16 Sep 2004 16:42:51 +0200 (MEST) Original-Received: by mowgli.Genetik.Uni-Bielefeld.DE (Postfix, from userid 13119) id A35F014EB; Thu, 16 Sep 2004 16:42:50 +0200 (MEST) Original-To: ntg-context@ntg.nl Mail-Followup-To: ntg-context@ntg.nl Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at cebitec.uni-bielefeld.de X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16482 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16482 Hi all, probably I'm missing something trivial, but I can't make context include a mov-file. Here is my input: \starttext \externalfigure[mdmovie.mov] [label=md,width=4cm,height=4cm,preview=yes] \stoptext I don't get a movie in the pdf resulting from `texexec --pdf`, only this message seems to be a hint: figures : figure mdmovie.mov is not preset I found this problem in the archive; it was solved by specifying height and width. But I did already specify both height and width, so what's the problem? The movie is located in the same directory as the tex-file, so it has to be found, too. (And I guess 'preset' is not a typo anyway, is it?) I couldn't find anything helpful in the docs or the wiki, either. My version is the latest beta: pdfeTeX, Version 3.14159-1.10a-RC3-2.1 (Web2C 7.4.3) ConTeXt ver: 2004.8.18 fmt: 2004.9.16 int: english mes: english Thanks in advance, Eckhart