comparison DOCS/encoding.html @ 7366:892ebabb04e2

tga support
author jonas
date Tue, 10 Sep 2002 21:59:52 +0000
parents 0b70f3dc34eb
children 427935644581
comparison
equal deleted inserted replaced
7365:822923446b66 7366:892ebabb04e2
250 <P>An example, with MJPEG compression:<BR> 250 <P>An example, with MJPEG compression:<BR>
251 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc 251 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc
252 -lavcopts vcodec=mjpeg</CODE></P> 252 -lavcopts vcodec=mjpeg</CODE></P>
253 253
254 254
255 <H4><A NAME="image_files">2.4.2.6 Encoding from multiple input image files (JPEGs or PNGs)</A></H4> 255 <H4><A NAME="image_files">2.4.2.6 Encoding from multiple input image files (JPEGs, PNGs or TGAs)</A></H4>
256 256
257 <P><B>MEncoder</B> is capable of creating movies from one or more JPEG or PNG 257 <P><B>MEncoder</B> is capable of creating movies from one or more JPEG, PNG or TGA
258 files. With simple framecopy it can create MJPEG (Motion JPEG) or MPNG 258 files. With simple framecopy it can create MJPEG (Motion JPEG), MPNG
259 (Motion PNG) files.</P> 259 (Motion PNG) or MTGA (Motion TGA) files.</P>
260 260
261 Explanation of the process: 261 Explanation of the process:
262 262
263 <OL> 263 <OL>
264 <LI><B>MEncoder</B> <I>decodes</I> the input image(s) with <CODE>libjpeg</CODE> 264 <LI><B>MEncoder</B> <I>decodes</I> the input image(s) with <CODE>libjpeg</CODE>
291 &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw -o 291 &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw -o
292 output.avi</CODE></P> 292 output.avi</CODE></P>
293 293
294 <P><I>Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:</I><BR> 294 <P><I>Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:</I><BR>
295 &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy 295 &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
296 -o output.avi</CODE></P>
297
298 <P><I>Creating a Motion TGA (MTGA) file from all the TGA files in the current dir:</I><BR>
299 &nbsp;&nbsp;<CODE>mencoder \*.tga -mf on:w=800:h=600:fps=25:type=tga -ovc copy
296 -o output.avi</CODE></P> 300 -o output.avi</CODE></P>
297 301
298 302
299 <H4><A NAME="vobsub">2.4.2.7 Extracting DVD subtitles to Vobsub file</A></H4> 303 <H4><A NAME="vobsub">2.4.2.7 Extracting DVD subtitles to Vobsub file</A></H4>
300 304