home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem specify correct paths in line 10
- rem
- set go32=nodpmi gw 640 gh 480 nc 49176
- rem gw = width
- rem gh = height
- rem nc = number of colors (49176=0xc000+24=24bit, don't change)
- rem
- d:\vmpeg\go32 d:\vmpeg\vmpeg -y2048 %1 %2 %3 %4 %5 %6 %7 %8 %9
- rem -y option: length of scanline; capitalize Y to switch from BGR to RGB
- rem (read vmpeg.doc for further information)
-