summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-04 15:44:35 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-04 15:44:35 +0000
commit9f5677c200f50a4fb69d9a9ece34d63887914ac4 (patch)
tree11a7c6fab9e3256004fb7220608e1baaf079f06d /TOOLS
parent0ca6a7f333803a532840f3fb585801cf8e6373b3 (diff)
downloadmpv-9f5677c200f50a4fb69d9a9ece34d63887914ac4.tar.bz2
mpv-9f5677c200f50a4fb69d9a9ece34d63887914ac4.tar.xz
add vfw2menc info into README
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22455 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/TOOLS/README b/TOOLS/README
index 1c6e4a6476..e440858d2c 100644
--- a/TOOLS/README
+++ b/TOOLS/README
@@ -589,6 +589,24 @@ Description: Dumps vobsub soft subtitles streams embedded in AVI files.
Usage: avisubdump <movie.avi>
+vfw2menc.c
+
+Author: Gianluigi Tiesi
+
+Description: Creates a codec settings file from the Video for Windows codecs
+ found in the mplayer codec packs.
+
+Usage: vfw2menc -f <fourcc> -d <codec.dll> -s <settingsfile.mcf>
+ -h|--help - displays this help
+ -d|--driver filename - dll or drv to load
+ -f|--fourcc fourcc - fourcc of selected driver
+ -s|--save filename - save settings to file
+ -c|--check filename - load and show setting in filename
+ -v|--view - displays the config dialog and do nothing
+
+Notes: Works on x86 only.
+
+
Format conversion scripts in the TOOLS dir
------------------------------------------