From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 01:13:01 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BBEE37B401 for ; Mon, 16 Jun 2003 01:13:01 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8485043F93 for ; Mon, 16 Jun 2003 01:12:59 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id h5G8CobS049867; Mon, 16 Jun 2003 10:12:51 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h5G8CnLP000667; Mon, 16 Jun 2003 10:12:49 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h5G8CmO7000666; Mon, 16 Jun 2003 10:12:48 +0200 (CEST) (envelope-from marc) Date: Mon, 16 Jun 2003 10:12:48 +0200 From: Marc Fonvieille To: Randy Pratt Message-ID: <20030616081248.GA550@nosferatu.blackend.org> References: <20030615215947.38a4eb62.rpratt1950@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030615215947.38a4eb62.rpratt1950@earthlink.net> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: freebsd-multimedia@FreeBSD.org Subject: Re: Combine/split mpeg2 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 08:13:01 -0000 On Sun, Jun 15, 2003 at 09:59:47PM -0400, Randy Pratt wrote: > I'm probably approaching this wrong or using the wrong tools for the > job. Maybe someone could nudge me in the right direction. > > My objective is to recombine and resplit some mpeg2 files to fit on > 700M CDR's. Typically, the original files would look like this: > > file-part1.mpg 799M > file-part2.mpg 500M > [...] Maybe /usr/ports/multimedia/gopchop is the solution, a tool called mpegcat is also coming with gopchop... Marc