From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 10:12:18 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 4B5DF16A41C for ; Sun, 17 Jul 2005 10:12:18 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF09043D5C for ; Sun, 17 Jul 2005 10:12:17 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wproxy.gmail.com with SMTP id i12so121824wra for ; Sun, 17 Jul 2005 03:12:17 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=NR8EB6vFs13v8yGVPiC2c78Ik3oa++BNOjY4Q8CPqFBeHLrq3wYb9qM5CTGzAkUXewmJWcCu1Hhu2cCS0QYgo/VT3kM94Q0ia6W5CWq3IIsRHiCXY8RBn8D/MvkiYydQZOOTDTjylHE0BZM2GVo6k3fWhllniDT4LblIsK/Fx9E= Received: by 10.54.11.12 with SMTP id 12mr60113wrk; Sun, 17 Jul 2005 03:12:17 -0700 (PDT) Received: by 10.54.61.2 with HTTP; Sun, 17 Jul 2005 03:12:17 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 14:12:17 +0400 From: "Andrew P." To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: 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 10:12:18 -0000 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.