From 27c454b1395cb7578f4a0cd7fd4112c74bcea4dd Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 8 Dec 2003 12:44:11 +0000 Subject: RAWYUV output in MEncoder. Patch by Tuukka Toivonen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11582 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mencoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-mencoder.h') diff --git a/cfg-mencoder.h b/cfg-mencoder.h index 54f93fd147..d7c19a427c 100644 --- a/cfg-mencoder.h +++ b/cfg-mencoder.h @@ -66,6 +66,7 @@ m_option_t ovc_conf[]={ {"lavc", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_LIBAVCODEC, NULL}, // {"null", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_NULL, NULL}, {"rawrgb", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_RAWRGB, NULL}, + {"rawyuv", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_RAWYUV, NULL}, {"vfw", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_VFW, NULL}, {"libdv", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_LIBDV, NULL}, {"xvid", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_XVID, NULL}, @@ -75,6 +76,7 @@ m_option_t ovc_conf[]={ " copy - frame copy, without re-encoding. doesn't work with filters!\n" " frameno - special audio-only file for 3-pass encoding, see DOCS!\n" " rawrgb - uncompressed RGB 24bpp video\n" + " rawyuv - uncompressed 4:2:0 YUV (I420) 12bpp video\n" " nuv - nuppel video\n" #ifdef HAVE_DIVX4ENCORE #ifdef ENCORE_XVID -- cgit v1.2.3