diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-11 22:09:55 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-11 22:09:55 +0000 |
commit | ef056dba9002daa532d155ef399e9a22c5515a0a (patch) | |
tree | e84b891a7c643d14815b36de1ac59b6fe5071a79 | |
parent | b55833828211073d3212757af5220a6355c031fb (diff) |
Another examples showing how to play raw YUV video samples
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17181 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 4 | ||||
-rw-r--r-- | DOCS/man/fr/mplayer.1 | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 2487700040..d0202be420 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1258,8 +1258,10 @@ frame size in Bytes .RE .PD 0 .RSs -.IPs "mplayer foreman.qcif -demuxer rawvideo -rawvideo qcif:w=176:h=144" +.IPs "mplayer foreman.qcif -demuxer rawvideo -rawvideo qcif" Play the famous "foreman" sample video. +.IPs "mplayer sample-720x576.yuv -demuxer rawvideo -rawvideo w=720:h=576" +Play a raw YUV sample. .RE .PD 1 . diff --git a/DOCS/man/fr/mplayer.1 b/DOCS/man/fr/mplayer.1 index a99fd76527..3793d22007 100644 --- a/DOCS/man/fr/mplayer.1 +++ b/DOCS/man/fr/mplayer.1 @@ -1,4 +1,4 @@ -.\" synced with 1.1176 +.\" synced with 1.1177 .\" MPlayer (C) 2000-2005 MPlayer Team .\" The English man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann .\" Traduction: Guillaume POIRIER < poirierg AT gmail.com >, @@ -1335,8 +1335,10 @@ taille de trame en octets .RE .PD 0 .RSs -.IPs "mplayer foreman.qcif -demuxer rawvideo -rawvideo qcif:w=176:h=144" +.IPs "mplayer foreman.qcif -demuxer rawvideo -rawvideo qcif" Joue le fameux morceau de vidéo "foreman". +.IPs "mplayer sample-720x576.yuv -demuxer rawvideo -rawvideo w=720:h=576" +Joue un morceau de vidéo YUV. .RE .PD 1 . |