public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Raymond Lewis Rebbeck <dystopianray@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] OT: convert mov to avi
Date: Sat, 2 Sep 2006 13:25:14 +0930	[thread overview]
Message-ID: <200609021325.14351.dystopianray@gmail.com> (raw)
In-Reply-To: <20060901213958.5a5f8a7e@gentoo-01>

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



  reply	other threads:[~2006-09-02  4:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-02  4:39 [gentoo-user] OT: convert mov to avi Adrian
2006-09-02  3:55 ` Raymond Lewis Rebbeck [this message]
     [not found]   ` <200609021328.59998.dystopianray@gmail.com>
2006-09-02  5:09     ` Adrian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200609021325.14351.dystopianray@gmail.com \
    --to=dystopianray@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox