Mercurial > mplayer.hg
changeset 22437:d3df5a5f0c8f
add vfw2menc info into README
author | compn |
---|---|
date | Sun, 04 Mar 2007 15:44:35 +0000 |
parents | 6fa5fd18e6c8 |
children | c0b8721ebf0d |
files | TOOLS/README |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/README Sun Mar 04 15:44:07 2007 +0000 +++ b/TOOLS/README Sun Mar 04 15:44:35 2007 +0000 @@ -589,6 +589,24 @@ 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 ------------------------------------------