From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 11:18:34 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 5F66A16A41C for ; Sun, 17 Jul 2005 11:18:34 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79D443D46 for ; Sun, 17 Jul 2005 11:18:33 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wproxy.gmail.com with SMTP id i3so860490wra for ; Sun, 17 Jul 2005 04:18:33 -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=TjyfHrsqFoQ1Y9w4H5YUA4QslKN5TDV/an2JwLA4K5CvfMp8nIUYsnQ+1GxRm+HMbSbe+JOVGQ4BuOuxNrU7LzW9rewY+xLpynL7Atp1/K67KVfWxkMrmjvVzN0THGxom7lc2KLIESJRVXJ2TSvJdQLJSkvJzUmxGgVkVFKSQL0= Received: by 10.54.137.14 with SMTP id k14mr67403wrd; Sun, 17 Jul 2005 04:18:33 -0700 (PDT) Received: by 10.54.61.2 with HTTP; Sun, 17 Jul 2005 04:18:33 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 15:18:33 +0400 From: "Andrew P." To: Ron In-Reply-To: <87d4647e05071703503083c2be@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <87d4647e05071703503083c2be@mail.gmail.com> 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: "Andrew P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 11:18:34 -0000 On 7/17/05, Ron wrote: > 2005/7/17, Andrew P. : > > Hello! > > > > 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? > > > > I'm already reading MS AVI and OpenDML docs, as I feel that I'll have > > to write it myself... > > > > 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= .org" > > > You can concatenate files with cat. >=20 > Regards, Ron >=20 Yeah, but it's not that simple with avi, you've got to update headers and index carefully. Andrew P.