Gentoo Archives: gentoo-user

From: Raymond Lewis Rebbeck <dystopianray@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT: convert mov to avi
Date: Sat, 02 Sep 2006 04:04:32
Message-Id: 200609021325.14351.dystopianray@gmail.com
In Reply to: [gentoo-user] OT: convert mov to avi by Adrian
1 On Saturday 02 September 2006 14:09, Adrian wrote:
2 > Greetings;
3 >
4 > Does anyone know of a program, command line would be great, which will
5 > simply convert a mov video to an avi video. Nothing fancy, just change
6 > the format.
7 >
8 > Thank you much.
9 > Adrian
10
11 ffmpeg is probably what you're looking for.
12
13 If you mean to change only the container format then I believe the following
14 command will work:
15
16 $ ffmpeg -i foo.avi -f mov -acodec copy -vcodec copy foo.mov
17
18 Otherwise if you want to transcode the video to those commonly associated with
19 the mov container format than the following command should do the trick:
20
21 $ ffmpeg -i foo.avi foo.mov
22
23 Reading some ffmpeg documentation would be a good idea as well.
24
25 --
26 Raymond Lewis Rebbeck
27 --
28 gentoo-user@g.o mailing list