public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* 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

* [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
       [not found]   ` <200609021328.59998.dystopianray@gmail.com>
@ 2006-09-02  5:09     ` Adrian
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian @ 2006-09-02  5:09 UTC (permalink / raw
  To: gentoo-user

On Sat, 2 Sep 2006 13:28:59 +0930
Raymond Lewis Rebbeck <dystopianray@gmail.com> wrote the words:

> Oh sorry I misread your message, swap 'mov' and 'avi' in my previous
> message and it should still apply :p
> 
> You may want to specify some codecs when transcoding to avi format, I
> don't know what ffmpeg defaults are but the following should suffice:
> 
> $ ffmpeg -i foo.mov -f avi -acodec mp3 -vcodec mpeg4 foo.avi
> 
> -- 
> Raymond Lewis Rebbeck
> -- 

*haha*  Right on.  I was just reading the man page.  I think I can use
this to strip the audio as well, which would be a huge bonus.  

Thanks again.


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

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