# HG changeset patch
# User diego
# Date 1023928276 0
# Node ID d0b1f3d7590037ca6df7c952e7233bdf68449b6e
# Parent 2b61d16017da1f020bd049ab62c79c3ceb8d40cc
Background now uses CSS, added doctype and charset, removed leftover
tags,
Uses the codec in OpenDivX fashion. In this case it
produces YV12 images in its own buffer, and MPlayer does colorspace
-conversion via libvo. (RECOMMENDED!)
+conversion via libvo. (RECOMMENDED!)
-vc divx4
Uses the colorspace conversion of the codec.
-In this mode you can use YUY2/UYVY, too.
+In this mode you can use YUY2/UYVY, too.
The -vc odivx method is usually faster, due to the fact that it transfers
@@ -91,12 +93,12 @@
-oldpp option, but the range of values is strange:
-
0
-
no postprocessing
-
10 .. 20
-
normal postprocessing (like level 2 with divxds)
-
30 .. 60
-
hard postprocessing, CPU intensive (like level 4 with divxds)
+
0
+
no postprocessing
+
10 .. 20
+
normal postprocessing (like level 2 with divxds)
+
30 .. 60
+
hard postprocessing, CPU intensive (like level 4 with divxds)