From a587a74821c155e281d2a6ce9a9a1d7b6a336fce Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 May 2008 23:14:15 +0000 Subject: Checked in latest from Tom Schouten's darcs repository, which was checked in 19-Feb-2008. Changes are mostly the email address and URLs, but two new objects are also added: pdp_array2grey and pdp_grey2array for converting between Pd arrays and greyscale images. svn path=/trunk/externals/pdp/; revision=9899 --- doc/misc/rawout.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/misc/rawout.txt') diff --git a/doc/misc/rawout.txt b/doc/misc/rawout.txt index 240ede3..d5e65be 100644 --- a/doc/misc/rawout.txt +++ b/doc/misc/rawout.txt @@ -104,18 +104,20 @@ lavtrans -o clip.mov -f q clip.avi Mplayer/Mencoder ---------------- -The MPlayer project uses libavcodec, and even distributes a copy with the MPlayer source. -You'll need mencoder mainly if you want to use an encoder that's not in the -ffmpeg package (lavcodec), or what to do some format conversion that's not -supported by ffmpeg directly. Of course mplayer is handy for inspecting raw files. -To play a raw video stream try: +The MPlayer project uses libavcodec, and even distributes a copy with +the MPlayer source. You'll need mencoder mainly if you want to use an +encoder that's not in the ffmpeg package (lavcodec), or what to do +some format conversion that's not supported by ffmpeg directly. Of +course mplayer is handy for inspecting raw files. To play a raw video +stream try: mplayer -rawvideo on:w=320:h=240:fps=25 video.i420 To encode video only using the ffmpeg (lavc) mjpeg codec (it is possible to use yv12 here, using the format=yv12 option) -mencoder -rawvideo on:w=320:h=240:fps=25 video.i420 -ovc lavc -lavcopts vcodec=mjpeg -o clip.avi +mencoder -rawvideo on:w=320:h=240:fps=25 video.i420 -ovc lavc \ + -lavcopts vcodec=mjpeg -o clip.avi -- cgit v1.2.1