From: anorexicsumo <anorexicsumo@gmail.com>
To: gentoo-amd64@lists.gentoo.org
Subject: Re: [gentoo-amd64] More mencoder fun
Date: Tue, 25 Sep 2007 17:48:11 -0400 [thread overview]
Message-ID: <10d431920709251448r1776feecgcd59c6c60d59e3cb@mail.gmail.com> (raw)
In-Reply-To: <46F9514C.4040304@ercbroadband.org>
On 9/25/07, Mark Haney <mhaney@ercbroadband.org> wrote:
> Okay, I'm obviously a newbie at video encoding. I'm trying to encode a
> file with xvid with mencoder. All the HOWTOs on the web indicate I do
> it this way (or similar):
>
> -ovc xvid -xvidencopts
>
> with mencoder, however, when I do that I get this:
>
> MEncoder SVN-r24130 (C) 2000-2007 MPlayer Team
>
> -xvidencopts is not an MEncoder option
>
> Is this due to xvid maybe not being compiled into mencoder? Do I need
> to add xvid (or similar) to my make options? Or is this a deprecated
> option?
>
> I can't find this option in the man page, so I'm really confused. Any help?
You should build with the xvid use flag. Every use flag that you
would want to encode with really.
Try mencoder -ovc help and see if xvid is available.
Here is a very simple command that uses xvid and lame.
mencoder -ovc xvid -oac mp3lame -xvidencopts bitrate=800 -o test.avi
~/generals_and_majors_drink_from_my_cup.mp4
-xvidencopts expects some xvid configuration options after it. At a
minimum you'll need to give it either a bitrate like I've done here
or a fixed_quant=x (x must be between 1 and 31).
You'd be better off using some of the more advanced xvid options and 2
pass encoding if you want it to look good. If you really really want
it to look good I'd move right on to x264 and skip xvid, but thats
another matter.
Hope that helps.
--
aim: cyst23
email: anorexicsumo@gmail.com
"We can categorically state that we have not released man-eating
badgers into the area." - UK military spokesman Major Mike Shearer
--
gentoo-amd64@gentoo.org mailing list
next prev parent reply other threads:[~2007-09-25 21:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-25 18:19 [gentoo-amd64] More mencoder fun Mark Haney
2007-09-25 21:48 ` anorexicsumo [this message]
2007-09-25 22:26 ` Mark Haney
2007-09-26 2:53 ` Unknown
2007-09-26 11:48 ` Mark Haney
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=10d431920709251448r1776feecgcd59c6c60d59e3cb@mail.gmail.com \
--to=anorexicsumo@gmail.com \
--cc=gentoo-amd64@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