From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 18:18:30 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 CD0D31065670 for ; Fri, 20 Feb 2009 18:18:30 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr16.xs4all.nl (smtp-vbr16.xs4all.nl [194.109.24.36]) by mx1.freebsd.org (Postfix) with ESMTP id 627298FC1A for ; Fri, 20 Feb 2009 18:18:30 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id n1KIISdF041590; Fri, 20 Feb 2009 19:18:28 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 1A25DBA97; Fri, 20 Feb 2009 19:18:28 +0100 (CET) Date: Fri, 20 Feb 2009 19:18:28 +0100 From: Roland Smith To: prad Message-ID: <20090220181827.GA7314@slackbox.xs4all.nl> References: <20090220023243.11b3d137@gom.home> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <20090220023243.11b3d137@gom.home> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: "freebsd-questions@freebsd.org" 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: Fri, 20 Feb 2009 18:18:31 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 20, 2009 at 02:32:43AM -0800, prad wrote: > any recommendations for software that can join or split wmv, mpg, avi > etc etc? The program you found, mencoder, will work fine. E.g. Cutting one minute =66rom a video starting at 8:09, and converting to msmpeg video goes like this: mencoder -ovc lavc -lavcopts vcodec=3Dmsmpeg4v2 -vf decimate -oac copy \ -ss 8:09 -endpos 1:00 -o small.avi foo.flv Another example to join several files into one H.264 encoded video with mp3 sound: mencoder -ovc x264 -x264encopts nr=3D500:keyint=3D25:qp=3D26 \ -vf decimate -oac mp3lame -o outfile.avi one.wmv two.wmv three.wmv This program is very versatile, and has a lot of advanced options. But you don't have to use them if you don't want to. Reading the manual page carefully is advised, though. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkme8/MACgkQEnfvsMMhpyXlEACcCUMp50xaEcLk4Jo/n/uZeFBo +q8Anj52Nc+WN00yNroBqYTXUzTnTcbx =+Gl1 -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--