Re: xvid with ogg

suxen_drol <[email protected]> Thu, 15 Apr 2004 22:03:17 +1000
Newsgroups gmane.comp.video.xvid.user
Message-ID <[email protected]>
On Thu, 15 Apr 2004 09:09:01 +0200 Lars Täuber <[email protected]> wrote:
> Hi everybody,
> 
> because of the poll on the website i came to the idea to encode videos with sound using ogg vorbis for the audio track.
> How can i do this wiht linux?

xvid is *only* a video codec. it does not manipulate audio or container
formats.

to encode xvid+oggvorbis, you need an encoding 'application' that
supports xvid and ogg vorbis. under linux, you can try mencoder
(http://www.mplayerhq.hu) or ffmpeg (http://www.ffmpeg.org)

> grepping the source i saw ogg related code only in the windows part.

yep. its only a calculator, to determine the optimal bitrate to
reach a target filesize.

-- pete