From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 10:50:46 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A3A116A41C for ; Sun, 17 Jul 2005 10:50:46 +0000 (GMT) (envelope-from iampure@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F3243D48 for ; Sun, 17 Jul 2005 10:50:45 +0000 (GMT) (envelope-from iampure@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so875060wri for ; Sun, 17 Jul 2005 03:50:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iadri7hw/BPElBfSKNzbD6Fa83r5jOCCCjztfb25TmOTn+pNiCoTR4wPTm0IMV59i8HGuMQMaW31Mp6FIiOM7AXdUYnhJ3FAsiCrGOQXXv8BWfkoWjYNqhyNosBUeKrnzfS6wzT81pINEfdfdcC3wsV5Rk8G4ZwzdWyIaebKmw0= Received: by 10.54.24.49 with SMTP id 49mr64044wrx; Sun, 17 Jul 2005 03:50:45 -0700 (PDT) Received: by 10.54.86.20 with HTTP; Sun, 17 Jul 2005 03:50:45 -0700 (PDT) Message-ID: <87d4647e05071703503083c2be@mail.gmail.com> Date: Sun, 17 Jul 2005 12:50:45 +0200 From: Ron To: "Andrew P." In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: questions@freebsd.org Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ron List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 10:50:46 -0000 2005/7/17, Andrew P. : > Hello! >=20 > I have a headless file server with hundreds of avi-files. I was > wondering if there's a means of some basic command-line editing - like > concatenation and stream processing. I checked with the ports > collection - but there's no such tool. Does anyone know a suitable > program? Maybe just some script? >=20 > I'm already reading MS AVI and OpenDML docs, as I feel that I'll have > to write it myself... >=20 > Thanks, > Andrew P. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 You can concatenate files with cat.=20 Regards, Ron