1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

raw->rawrgb

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9166 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2003-01-29 22:19:52 +00:00
parent f284864611
commit 1f6c906934

View File

@ -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>
&nbsp;&nbsp;<CODE>mencoder -mf on:w=800:h=600:fps=25:type=png -ovc raw
&nbsp;&nbsp;<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>