* [gentoo-user] OT: convert mov to avi
@ 2006-09-02 4:39 Adrian
2006-09-02 3:55 ` Raymond Lewis Rebbeck
0 siblings, 1 reply; 3+ messages in thread
From: Adrian @ 2006-09-02 4:39 UTC (permalink / raw
To: gentoo-user
Greetings;
Does anyone know of a program, command line would be great, which will
simply convert a mov video to an avi video. Nothing fancy, just change
the format.
Thank you much.
Adrian
--
On The Fly Photography -:- Creation From Chaos
On The Fly Photography: http://204EastSouth.com
Purchase from On The Fly: http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society: http://www.204EastSouth.com/cls
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] OT: convert mov to avi
2006-09-02 4:39 [gentoo-user] OT: convert mov to avi Adrian
@ 2006-09-02 3:55 ` Raymond Lewis Rebbeck
[not found] ` <200609021328.59998.dystopianray@gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-09-02 3:55 UTC (permalink / raw
To: gentoo-user
On Saturday 02 September 2006 14:09, Adrian wrote:
> Greetings;
>
> Does anyone know of a program, command line would be great, which will
> simply convert a mov video to an avi video. Nothing fancy, just change
> the format.
>
> Thank you much.
> Adrian
ffmpeg is probably what you're looking for.
If you mean to change only the container format then I believe the following
command will work:
$ ffmpeg -i foo.avi -f mov -acodec copy -vcodec copy foo.mov
Otherwise if you want to transcode the video to those commonly associated with
the mov container format than the following command should do the trick:
$ ffmpeg -i foo.avi foo.mov
Reading some ffmpeg documentation would be a good idea as well.
--
Raymond Lewis Rebbeck
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-09-02 4:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-02 4:39 [gentoo-user] OT: convert mov to avi Adrian
2006-09-02 3:55 ` Raymond Lewis Rebbeck
[not found] ` <200609021328.59998.dystopianray@gmail.com>
2006-09-02 5:09 ` Adrian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox