Gentoo Archives: gentoo-user

From: Bruno Espinoza <bruno32@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] splitting videos?
Date: Thu, 08 Mar 2007 04:50:01
Message-Id: 33a557360703072044j4a2465c2oe0276558a18e845a@mail.gmail.com
In Reply to: Re: [gentoo-user] splitting videos? by Mark Knecht
1 For converting WMV you can always use Mencoder, provided that you have the
2 binary codecs. If it is your case only type:
3
4 mencoder <name_of_input.wmv> -o <name_of_output.avi> -oac mp3lame -ovc lavc
5 -lavcopts vcodec=<your_codec_here>:vbitrate=<your_bitrate_here>
6
7 That's all!!
8
9
10 2007/3/7, Mark Knecht <markknecht@×××××.com>:
11 >
12 > On 3/7/07, Thierry de Coulon <tcoulon@××××××××.ch> wrote:
13 > > On Wednesday 07 March 2007 23:28, Mark Knecht wrote:
14 > > > Hi,
15 > > > My 14 year old asked if there is a simple app in portage that would
16 > > > allow him to chop an existing video into a couple of pieces? I guess
17 > > > he wants to upload something to You Tube but it's either too long or
18 > > > too large.
19 > > >
20 > > > I expect it would be good if you could say 'chop this into 2 pieces
21 > > > at 4 minutes in', etc.
22 > > >
23 > > > Thanks!
24 > > >
25 > > > - Mark
26 > >
27 > > Hi,
28 > >
29 > > Probably kino might do - not sure what formats it will take as input.
30 > >
31 > > Thierry
32 >
33 > He says mostly AVI and WMV. I'm building Kino now as the web page says
34 > it supports AVI type 1 & 2, whatever that is. At least it's a start
35 > while we look for something that can do WMV or maybe something to
36 > convert WMV.
37 >
38 > Thanks,
39 > Mark
40 > --
41 > gentoo-user@g.o mailing list
42 >
43 >
44
45
46 --
47 BrunoProg64