Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2009 19:18:28 +0100
From:      Roland Smith <rsmith@xs4all.nl>
To:        prad <prad@towardsfreedom.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: video editor
Message-ID:  <20090220181827.GA7314@slackbox.xs4all.nl>
In-Reply-To: <20090220023243.11b3d137@gom.home>
References:  <20090220023243.11b3d137@gom.home>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090220181827.GA7314>