From owner-cvs-all@FreeBSD.ORG Mon Jan 1 02:27:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA22616A40F; Mon, 1 Jan 2007 02:27:54 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BA82E13C428; Mon, 1 Jan 2007 02:27:54 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l012RsLi043294; Mon, 1 Jan 2007 02:27:54 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l012Rsl8043293; Mon, 1 Jan 2007 02:27:54 GMT (envelope-from alexbl) Message-Id: <200701010227.l012Rsl8043293@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Mon, 1 Jan 2007 02:27:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia Makefile ports/multimedia/iso2mkv Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jan 2007 02:27:54 -0000 alexbl 2007-01-01 02:27:54 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/iso2mkv Makefile distinfo pkg-descr Log: - add iso2mkv 0.8.3 iso2mkv is software for automated DVD to XviD/vorbis MKV video conversion. Gives almost total control on the process of video compression at maximum quality, while being simple and straightforward to use (a kind of 'life-hack'). The intended audience is advanced end-users and the script is not user-error-proof. Based on mplayer, mencoder, oggenc or lame, and mkvmerge (if not properly installed, won't work). This is only a shell script that wraps the other programs. If you can watch the DVD with MPlayer, you can compress it with iso2mkv. Other used programs (hopefully included in most GNU/Linux distributions as well a FreeBSD :) ) are basename, bc, nice, stat. WWW: http://5ko.free.fr/en/iso2mkv.html Revision Changes Path 1.197 +1 -0 ports/multimedia/Makefile 1.1 +40 -0 ports/multimedia/iso2mkv/Makefile (new) 1.1 +3 -0 ports/multimedia/iso2mkv/distinfo (new) 1.1 +13 -0 ports/multimedia/iso2mkv/pkg-descr (new)