From 8dc0ce2adeea383c89cc96e305ab0a7c3d06f7fa Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 16 Dec 2002 01:49:39 +0000 Subject: Sorenson 1/3 encoding just for fun :) ve_qtvideo code by Sascha Sommer SVQ3 support hack by /me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8472 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 2bc9f6a59d..2e547b8e0b 100644 --- a/cfg-mencoder.h +++ b/cfg-mencoder.h @@ -59,6 +59,7 @@ struct config ovc_conf[]={ {"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}, + {"qtvideo", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_QTVIDEO, NULL}, {"help", "\nAvailable codecs:\n" " copy - frame copy, without re-encoding. doesn't work with filters!\n" " frameno - special audio-only file for 3-pass encoding, see DOCS!\n" @@ -71,6 +72,7 @@ struct config ovc_conf[]={ #endif #ifdef USE_WIN32DLL " vfw - using VfW DLLs, currently only AVID is supported\n" + " qtvideo - using Quickime DLLs, currently only SVQ1/3 are supported\n" #endif #ifdef HAVE_LIBDV095 " libdv - DV encoding using libdv v0.9.5\n" -- cgit v1.2.3