# HG changeset patch # User mswitch # Date 1036145248 0 # Node ID 66c0515d234f9681439862d6c05f090631163c2c # Parent 6a11d77bef9a2739171aeb6bd44fa5c55de78de3 Cleaned up the DXR3 section (lots of old stuff which was no longer true). Updated info on -vop lavc. diff -r 6a11d77bef9a -r 66c0515d234f DOCS/video.html --- a/DOCS/video.html Fri Nov 01 01:32:30 2002 +0000 +++ b/DOCS/video.html Fri Nov 01 10:07:28 2002 +0000 @@ -1188,7 +1188,11 @@ <device> = device number to use if you have more than one em8300 card.
- Any of these options may be left out. + Any of these options may be left out.
+ :prebuf:sync seems to work great when playing DivX etc, even on + AMD's CPUs. But people have reported problems using these options when playing + normal MPEGs. You might want to try running without any options first, if you + have sync problems give :sync a try.
-ao oss:/dev/em8300_ma-X
For audio output, where X is the device number @@ -1209,8 +1213,12 @@ page for further info about -vop lavc/fame.
Using lavc is highly recommended. Currently there is no way of setting the fps of the em8300 which means that it is fixed to 29.97fps. Because of this - it is highly recommended that you use -vop lavc=<quality>:29.97, - especially if you are using prebuffering.
+ it is highly recommended that you use -vop lavc=<quality>:25, + especially if you are using prebuffering. Then why 25 and not 29.97? Well, + the thing is that when you use 29.97 the picture becomes a bit jumpy. The + reason for this is unknown to us. If you set it to somewhere between 25 and + 27 the picture becomes stable. For now all we can do is accept this for a + fact.
-ac hwac3
The em8300 supports playing back AC3 audio (surround sound) through the @@ -1224,23 +1232,18 @@

To get overlay run dxr3view that comes with the em8300 package before starting MPlayer. You can set various options in dxr3view by pressing - T while holding the mouse cursor above the window.

+ T while holding the mouse cursor above the window. Activating + rectangle mode seems to work for alot of people.

MPEG1, MPEG2, VCD and DVD Notes

-

MPEG1/2 content should now automatically be detected by MPlayer and - it will use the hardware acceleration of the DXR3 to play it. If not, you can - force it to hardware acceleration with -vc mpegpes. Also, if you - plan to use postprocessing filters you must use -vc mpeg12.

-

In some instances, subtitles may not appear properly in sync with the A/V - stream when using hardware decoding (-vc mpegpes). This is a - known bug. The em8300 will also improperly handle subtitles that are too big, - and may hang for a second or two. At this time, the only workaround is to use - -vc mpeg12 when viewing DVDs with subtitles. When running with - -vc mpeg12 MPlayer will reencode video to MPEG (even if it - already is MPEG). This means that it will need more CPU power, and you might - loose some picture quality.

+ stream when using hardware decoding. This is a known bug. The em8300 will + also improperly handle subtitles that are too big, and may hang for a second + or two. At this time, the only workaround is to use -vop lavc + when viewing DVDs with subtitles. When running with -vop lavc + MPlayer will reencode video to MPEG (even if it already is MPEG). This means + that it will need more CPU power, and you might loose some picture quality.

2.3.1.A TV-out support