From c7aafab087c087a1021b1f591e1f5ee683c35d23 Mon Sep 17 00:00:00 2001 From: kraymer Date: Mon, 13 Nov 2006 08:53:20 +0000 Subject: rename: XviD -> Xvid git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20876 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/codecs.xml | 12 ++++++------ DOCS/xml/en/encoding-guide.xml | 34 +++++++++++++++++----------------- DOCS/xml/en/faq.xml | 2 +- DOCS/xml/en/mencoder.xml | 4 ++-- 4 files changed, 26 insertions(+), 26 deletions(-) (limited to 'DOCS/xml/en') diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 6ba27c6b8e..03afaa6f93 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -109,10 +109,10 @@ Just run ./configure and compile. -XviD +Xvid -XviD is a free software MPEG-4 ASP +Xvid is a free software MPEG-4 ASP compliant video codec, which features two pass encoding and full MPEG-4 ASP support, making it a lot more efficient than the well-known DivX codec. It yields very good video quality and good performance due to CPU @@ -122,24 +122,24 @@ optimizations for most modern processors. It began as a forked development of the OpenDivX codec. This happened when ProjectMayo changed OpenDivX to closed source DivX4, and the non-ProjectMayo people working on OpenDivX got angry, -then started XviD. So both projects have the same origin. +then started Xvid. So both projects have the same origin. -Note that XviD is not necessary to decode XviD-encoded video. +Note that Xvid is not necessary to decode Xvid-encoded video. libavcodec is used by default as it offers better speed. -Installing <systemitem class="library">XviD</systemitem> +Installing <systemitem class="library">Xvid</systemitem> Like most open source software, it is available in two flavors: official releases and the CVS version. The CVS version is usually stable enough to use, as most of the time it features fixes for bugs that exist in releases. - Here is what to do to make XviD + Here is what to do to make Xvid CVS work with MEncoder (you need at least autoconf 2.50, automake and libtool): diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index 6c0ea36c03..8dde7664b3 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -309,7 +309,7 @@ Most codecs which support ABR encode only support two pass encode while some others such as x264, - XviD + Xvid and libavcodec support multipass, which slightly improves quality at each pass, yet this improvement is no longer measurable nor noticeable after the @@ -1089,7 +1089,7 @@ In order to raise the CQ, typically you would downscale the movie given that the bitrate is computed in function of the target size and the length of the movie, which are constant. - With MPEG-4 ASP codecs such as XviD + With MPEG-4 ASP codecs such as Xvid and libavcodec, a CQ below 0.18 usually results in a pretty blocky picture, because there are not enough bits to code the information of each macroblock. (MPEG4, like @@ -1101,7 +1101,7 @@ More advanced encoding options such as those listed here for libavcodec and -XviD +Xvid should make it possible to get the same quality with CQ ranging from 0.18 to 0.20 for a 1 CD rip, and 0.24 to 0.26 for a 2 CD rip. With MPEG-4 ASP codecs such as x264, @@ -1379,7 +1379,7 @@ Do not do this! Always use a file or CD/DVD/etc device as input. when choosing MPEG-4 AVC codecs like x264 instead of MPEG-4 ASP codecs such as libavcodec MPEG-4 or - XviD. + Xvid. (Advanced codec developers may be interested in reading Michael Niedermayer's opinion on "why MPEG4-ASP sucks".) @@ -1404,7 +1404,7 @@ Do not do this! Always use a file or CD/DVD/etc device as input. As a result, most only support MPEG-1 (like VCD, XVCD and KVCD), MPEG-2 (like DVD, SVCD and KVCD) and MPEG-4 ASP (like DivX, libavcodec's LMP4 and - XviD) + Xvid) (Beware: Usually, not all MPEG-4 ASP features are supported). Please refer to the technical specs of your player (if they are available), or google around for more information. @@ -1414,7 +1414,7 @@ Do not do this! Always use a file or CD/DVD/etc device as input. Best quality per encoding time: Codecs that have been around for some time (such as libavcodec MPEG-4 and - XviD) are usually heavily + Xvid) are usually heavily optimized with all kinds of smart algorithms and SIMD assembly code. That is why they tend to yield the best quality per encoding time ratio. However, they may have some very advanced options that, if enabled, @@ -1432,7 +1432,7 @@ Do not do this! Always use a file or CD/DVD/etc device as input. libavcodec MPEG-4 does allow that, but speed gains are limited, and there is a slight negative effect on picture quality. - XviD's multi-threaded encoding, + Xvid's multi-threaded encoding, activated by the option, can be used to boost encoding speed — by about 40-60% in typical cases — with little if any picture degradation. @@ -1445,7 +1445,7 @@ Do not do this! Always use a file or CD/DVD/etc device as input. Personal taste: This is where it gets almost irrational: For the same reason that some hung on to DivX 3 for years when newer codecs were already doing wonders, - some folks will prefer XviD + some folks will prefer Xvid or libavcodec MPEG-4 over x264. @@ -2383,7 +2383,7 @@ You can encode to the following codecs (more or less up to date): H.263+ mpeg4 - ISO standard MPEG-4 (DivX, XviD compatible) + ISO standard MPEG-4 (DivX, Xvid compatible) msmpeg4 pre-standard MPEG-4 variant by MS, v3 (AKA DivX3) @@ -2913,10 +2913,10 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, -Encoding with the <systemitem class="library">XviD</systemitem> +<title>Encoding with the <systemitem class="library">Xvid</systemitem> codec - XviD is a free library for + Xvid is a free library for encoding MPEG-4 ASP video streams. Before starting to encode, you need to set up MEncoder to support it. @@ -2935,19 +2935,19 @@ codec Please begin by reviewing the - XviD section of + Xvid section of MPlayer's man page. This section is intended to be a supplement to the man page. - The XviD default settings are already a good tradeoff between + The Xvid default settings are already a good tradeoff between speed and quality, therefore you can safely stick to them if the following section puzzles you. -Encoding options of <systemitem class="library">XviD</systemitem> +Encoding options of <systemitem class="library">Xvid</systemitem> @@ -3105,7 +3105,7 @@ codec encoding (as well as decoding). Therefore, you should only use it when you have turned to the maximum. - XviD's GMC is more + Xvid's GMC is more sophisticated than DivX's, but is only supported by few standalone players. @@ -3116,8 +3116,8 @@ codec Encoding profiles - XviD supports encoding profiles through the option, - which are used to impose restrictions on the properties of the XviD video + Xvid supports encoding profiles through the option, + which are used to impose restrictions on the properties of the Xvid video stream such that it will be playable on anything which supports the chosen profile. The restrictions relate to resolutions, bitrates and certain MPEG-4 diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index ada263893f..c71998f5a8 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -1181,7 +1181,7 @@ MPEG-4 codec, whereas DX50 and XVID both mean full MPEG-4 (ASP). Therefore, if you change the FourCC to DIVX, some bad software or hardware players may choke on some advanced features that libavcodec supports, but DivX -doesn't; on the other hand XviD +doesn't; on the other hand Xvid is closer to libavcodec in terms of functionality, and is supported by all decent players. diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 6a0f68a04e..77c2958b8d 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -84,7 +84,7 @@ Video codecs: xvid - XviD, MPEG-4 Advanced Simple Profile (ASP) codec + Xvid, MPEG-4 Advanced Simple Profile (ASP) codec x264 @@ -524,7 +524,7 @@ or more JPEG, PNG or TGA files. With simple framecopy it can create MJPEG MEncoder then feeds the decoded image to the - chosen video compressor (DivX4, XviD, FFmpeg msmpeg4, etc.). + chosen video compressor (DivX4, Xvid, FFmpeg msmpeg4, etc.). -- cgit v1.2.3