From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 18:17:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E711065674 for ; Tue, 24 Feb 2009 18:17:17 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C90A48FC20 for ; Tue, 24 Feb 2009 18:17:16 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 33640AFC1FF; Tue, 24 Feb 2009 09:17:16 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 24 Feb 2009 09:17:15 -0900 User-Agent: KMail/1.9.10 References: <20090220023243.11b3d137@gom.home> <499EDC03.2010307@gmail.com> <20090220152045.42b44cde@gom.home> In-Reply-To: <20090220152045.42b44cde@gom.home> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902240917.15992.fbsd.questions@rachie.is-a-geek.net> Cc: prad Subject: Re: video editor 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: Tue, 24 Feb 2009 18:17:18 -0000 On Friday 20 February 2009 14:20:45 prad wrote: > On Fri, 20 Feb 2009 17:36:19 +0100 > > t-u-t wrote: > > there is versions of hjsplit if u ever used that in > > windows. i've used a good and simple command line version b4 but i > > can't remember exactly where it is in ports it maybe hjsplit or > > lhjsplit. (google to their site). > > it is lxsplit, but i can't figure out how to work it. > > i settled on mencoder and installed it from ports since there is no pkg > for it. it's a bit of an overkill for my present needs (which have > been met) but it looks like something that is worth learning! I've actually had bad experiences with mencoder. Apart from 1200 options in one manpage, converting from one format to another ends premature (missing the last few seconds). While I loath transcode for what it's meant to do (it will always segfault on exit during a typical transcoding run), the avimerge/avisplit tools actually work well and are easy to use. There are similar tools for Ogg media in multimedia/ogmtools. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.