# HG changeset patch
# User gpoirier
# Date 1121015260 0
# Node ID bb6729801e1cce2e21fc20ac0089a4909c35d357
# Parent 6e35f80386e82b9afa8218477695e5465b208092
SVCD supports VBR audio and VCD CBR only. Reflects the newest patches of Nico
diff -r 6e35f80386e8 -r bb6729801e1c DOCS/xml/en/mencoder.xml
--- a/DOCS/xml/en/mencoder.xml Sun Jul 10 17:01:49 2005 +0000
+++ b/DOCS/xml/en/mencoder.xml Sun Jul 10 17:07:40 2005 +0000
@@ -3204,6 +3204,10 @@
or libavcodec's MP2 encoder.
The libavcodec MP2 is far from being as good as the other two libraries,
however it should always be available to use.
+ VCD only supports constant bitrate audio (CBR) whereas SVCD supports
+ variable bitrate (VBR) too.
+ Be careful when using VBR because some bad standalone players might not
+ support it too well.