comparison TOOLS/README @ 22437:d3df5a5f0c8f

add vfw2menc info into README
author compn
date Sun, 04 Mar 2007 15:44:35 +0000
parents d0d1482f2e65
children 674012456a76
comparison
equal deleted inserted replaced
22436:6fa5fd18e6c8 22437:d3df5a5f0c8f
587 Description: Dumps vobsub soft subtitles streams embedded in AVI files. 587 Description: Dumps vobsub soft subtitles streams embedded in AVI files.
588 588
589 Usage: avisubdump <movie.avi> 589 Usage: avisubdump <movie.avi>
590 590
591 591
592 vfw2menc.c
593
594 Author: Gianluigi Tiesi
595
596 Description: Creates a codec settings file from the Video for Windows codecs
597 found in the mplayer codec packs.
598
599 Usage: vfw2menc -f <fourcc> -d <codec.dll> -s <settingsfile.mcf>
600 -h|--help - displays this help
601 -d|--driver filename - dll or drv to load
602 -f|--fourcc fourcc - fourcc of selected driver
603 -s|--save filename - save settings to file
604 -c|--check filename - load and show setting in filename
605 -v|--view - displays the config dialog and do nothing
606
607 Notes: Works on x86 only.
608
609
592 610
593 Format conversion scripts in the TOOLS dir 611 Format conversion scripts in the TOOLS dir
594 ------------------------------------------ 612 ------------------------------------------
595 613
596 302m_convert.c 614 302m_convert.c