summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-29 08:23:10 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-29 08:23:10 +0000
commitbd00efd1e9ef80c36d9169543babb1bfd5ca8d0f (patch)
tree8ec0b811b2b079f33508207ac6a1d38b926258b3 /DOCS
parent70bfd39b78802a6a2da03ccfa7d0d0f849e9a593 (diff)
downloadmpv-bd00efd1e9ef80c36d9169543babb1bfd5ca8d0f.tar.bz2
mpv-bd00efd1e9ef80c36d9169543babb1bfd5ca8d0f.tar.xz
More fixes by the Wanderer and tip about another SVCD constrain suggested by Giacomo Comes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15848 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/faq.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index c5dd11962c..800cf8bdad 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -1350,9 +1350,15 @@ Please note that in order to make the GOP structure SVCD compliant the
although very often files with much longer GOPs play correctly (25 should
never lead to any problem).
Also, even though leaving out <option>-ofps</option> should work in most
-cases, (as your source is likely to have the appropriate framerate
-already) PAL requires <option>-ofps</option> 25 and NTSC requires
+cases (as your source is likely to have the appropriate framerate
+already), PAL requires <option>-ofps</option> 25 and NTSC requires
<option>-ofps</option> 30000/1001.
+What's more, PAL SVCDs only support 480x576 and 352x288 resolutions,
+whereas NTSC only supports 480x480 and 352x240.
+If the source video has a different resolution, then you must rescale
+with the <option>scale</option> video filter, which will make your filter
+chain look like for example <option>-vf scale=480:480,harddup</option> for
+an NTSC SVCD or <option>-vf scale=352:288,harddup</option> for a PAL SVCD.
</para><para>
As far as the audio is concerned, SVCD only supports MPEG-1 layer II audio,
therefore you have to use one of