creates blank images
Status: Beta
Brought to you by:
neotron
dumpmpeg seems to work but the resulting bmp's are
blank. The Changelog mentions having the display set to
32bpp and disabling SDL_ASYNCBLIT. My display is set to
32bpp, however Im not sure I disabled SDL_ASYNCBLIT
correctly (since it gives no instructions at all on how
to do this). I tried disabling it by commenting it out
from the video.h file and recompiling the program and
this did not work. I put it back to normal and tried
export SDL_ASYNBLIT=0 and tried again but this did not
work either.
Logged In: YES
user_id=407818
I think to fix it you can set
SDL_VIDEODRIVER=dummy
SDL_AUDIODRIVER=disk
SDL_DISKAUDIOFILE=/dev/null
SDL_ASYNBLIT=0
the program will not show up video clip and the image that
dump from mpg file will be correct