From owner-freebsd-questions@FreeBSD.ORG Sun Jul 17 17:43:37 2005 Return-Path: X-Original-To: freebsd-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 7365D16A41C for ; Sun, 17 Jul 2005 17:43:37 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from nawcom.no-ip.com (adsl-69-208-115-218.dsl.sfldmi.ameritech.net [69.208.115.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 057F543D58 for ; Sun, 17 Jul 2005 17:43:36 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from [192.168.212.8] (unknown [192.168.212.8]) by nawcom.no-ip.com (Postfix) with ESMTP id 80C6263D0; Sun, 17 Jul 2005 14:08:36 -0400 (EDT) Message-ID: <42DA98CB.7070604@nawcom.no-ip.com> Date: Sun, 17 Jul 2005 13:43:39 -0400 From: nawcom User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Anish Mistry References: <200507171218.03730.mistry.7@osu.edu> In-Reply-To: <200507171218.03730.mistry.7@osu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Basic AVI command-line editing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 17:43:37 -0000 now im not sure about your specific needs, but transcode is the program i usually use for conversion and stream processing. its completely run off the command line. /usr/ports/multimedia/transcode. hope this may help, Ben Anish Mistry wrote: >On Sunday 17 July 2005 06:12 am, Andrew P. wrote: > > >>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... >> >> >> > Avidemux2 should have this capability soon. The core scripting >engine now uses Spidermonkey (ECMAScript/Javascript). I'm not sure >if the X dependency will be removed for the initial 2.1 branch, but >the code is being restructured so there is no longer a GUI dependency >in the backend code. > This is more of an FYI since I'm anticipating a beta release in the >next month or two. > > >