diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-06 23:20:02 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-06 23:20:02 +0000 |
commit | 2ef32a0e03d4dfe6ac4a9732de9e99c458f43b2f (patch) | |
tree | cc6b03715529f2bddd3d2c5ee073f1723da833e5 | |
parent | 35e1fd1e30034ca54bbc23a06e9b21d5e9fc2170 (diff) |
dvbscale added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6008 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/DVB | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -59,6 +59,16 @@ Software decoding/transcoding anything to mpeg1: To play non-25fps movies on PAL TV, or with slow CPU, add option: -framedrop +How to keep aspect ratio for DivX files? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +To get the optimal scaling parameters (use hardware for X scaling, and +scale Y by software, keeping the right aspect ratio), use the new 'dvbscale' +plugin: + +for 3:4 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale +for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024 + Mailing list: ~~~~~~~~~~~~~ http://mplayerhq.hu/mailman/listinfo/mplayer-dvb |