summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-25 19:58:11 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-25 19:58:11 +0000
commitac7f3b94c4902bf3d064b08de78ed7344edd6ffc (patch)
tree174ad52132527ea19ee4060aa4be366fda42bd64 /DOCS
parent7d6747155d26f03caff733e0b28c7e47c16bbfa4 (diff)
downloadmpv-ac7f3b94c4902bf3d064b08de78ed7344edd6ffc.tar.bz2
mpv-ac7f3b94c4902bf3d064b08de78ed7344edd6ffc.tar.xz
extended...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1961 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/DVB25
1 files changed, 19 insertions, 6 deletions
diff --git a/DOCS/DVB b/DOCS/DVB
index 9a5137e473..5a5d5686eb 100644
--- a/DOCS/DVB
+++ b/DOCS/DVB
@@ -12,16 +12,20 @@ Requirements:
- Fast CPU - at least for software decoding (divx...)
-How to enable/use?
-~~~~~~~~~~~~~~~~~~
+How to enable?
+~~~~~~~~~~~~~~
1. Edit libvo/vo_mpegpes.c, and change first #undef HAVE_DVB to:
#define HAVE_DVB
+
2. Download ffmpeg-CVS and copy libavcodec to mplayer (see DOC for details)
- Move this line out of CONFIG_ENCODERS section at libavcodec/utils.c:361 :
+ Move this line from #ifdef CONFIG_ENCODERS .. #endif section to outside
+ (after the #endif line) at libavcodec/utils.c:361 :
register_avcodec(&mpeg1video_encoder);
3. Compile mplayer
+How to use?
+~~~~~~~~~~~
To play standard mpeg 1/2 files: (hardware decoding)
mplayer -vo mpegpes -vc mpegpes file.mpg|vob
@@ -34,15 +38,24 @@ To play divx files:
mplayer -vo mpegpes -vc ffdivx|odivx file.avi|asf
-To force letterbox size (16:9 at 4:3 TV), add options: -x 352 -y 288
-
To play non-25fps movies, or with slow CPU, add option: -framedrop
+Image size:
+~~~~~~~~~~~
+DVB card allows only 2 vertical resolutions: 288 and 576.
+If your video height differs, you have to clip it or extend by adding
+black bands. It's done by mplayer, just specify image size using the
+-x and -y options. You must use either -y 288 or -y 576.
+
+To force letterbox size (16:9 at 4:3 TV), add options: -x 352 -y 288
+
Mailing list:
~~~~~~~~~~~~~
http://mplayerhq.hu/mailman/listinfo/mplayer-dvb
-
+
+Subscribe, and ask/discuss your problems here.
+I'll also post feature announces to this list.
Future plans/TODO:
~~~~~~~~~~~~~~~~~~