From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 28 09:45:03 2007 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB3B16A420 for ; Tue, 28 Aug 2007 09:45:03 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp5.yandex.ru (smtp5.yandex.ru [87.250.248.71]) by mx1.freebsd.org (Postfix) with ESMTP id 68C2D13C45D for ; Tue, 28 Aug 2007 09:45:01 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:47351 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S1054290AbXH1Jct (ORCPT ); Tue, 28 Aug 2007 13:32:49 +0400 X-Comment: RFC 2476 MSA function at smtp5.yandex.ru logged sender identity as: bu7cher Message-ID: <46D3EBBE.5030403@yandex.ru> Date: Tue, 28 Aug 2007 13:32:46 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Alexander Leidinger References: <7fd638000708270320k27350963s190f4e1c2421887b@mail.gmail.com> <20070827131435.qq3nv5nvyko884co@webmail.leidinger.net> In-Reply-To: <20070827131435.qq3nv5nvyko884co@webmail.leidinger.net> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: multimedia@freebsd.org Subject: Re: how play dvd / vcd X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 09:45:03 -0000 Alexander Leidinger wrote: >> well, again, how do i load alcohol images created from windows xp esp >> movies? > > I don't know what kind of images alcohol creates, but if they are just > plain 1:1 copies, then you just need to point you player to the file. First of you can try to mount your images via a memory disk. See mdconfig(8) and the following example: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-virtual.html#AEN25376 (of course, you should use "mount -t cd9660 /dev/md0 /cdrom") Also you can convert mdf images to iso. (try mdf2iso in ports/sysutils). -- WBR, Andrey V. Elsukov