summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-16 01:49:39 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-16 01:49:39 +0000
commit8dc0ce2adeea383c89cc96e305ab0a7c3d06f7fa (patch)
treeba3f14497f333f5bfd69b23fa89b618969473b8f /cfg-mencoder.h
parent6b9defb1fb52947379d39150cd669fc7d589307d (diff)
downloadmpv-8dc0ce2adeea383c89cc96e305ab0a7c3d06f7fa.tar.bz2
mpv-8dc0ce2adeea383c89cc96e305ab0a7c3d06f7fa.tar.xz
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
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 2 insertions, 0 deletions
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"