diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-29 22:19:52 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-29 22:19:52 +0000 |
commit | 1f6c90693452e6a38a939ab38b506635e62fed98 (patch) | |
tree | ef7d1efe8a238996a08e05e9a65c276bc3092280 /DOCS | |
parent | f284864611ace1ee864806e1099c7fbb3eda0276 (diff) |
raw->rawrgb
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9166 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/encoding.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html index 4a09e47768..ac17285275 100644 --- a/DOCS/encoding.html +++ b/DOCS/encoding.html @@ -219,7 +219,7 @@ Explanation of the process: -o output.avi \*.jpg</CODE></P> <P><I>Creating an uncompressed file from all the PNG files in the current dir:</I><BR> - <CODE>mencoder -mf on:w=800:h=600:fps=25:type=png -ovc raw + <CODE>mencoder -mf on:w=800:h=600:fps=25:type=png -ovc rawrgb -o output.avi \*.png</CODE></P> <P><I>Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:</I><BR> |