i have a bunch of clips that are 640x480 or 320x240... what i've seen is if my window size is bigger than the clip's resolution, the clip plays in a box that smaller than the window. if the window is smaller than the clip resolution, then the video doesn't play at all...
is there a way to make video clips zoom to the window size?
video clip zooming?
Moderators: BTT, andy55, b.dwall, juxtiphi
Go into the sprites folder and edit (default).txt, change the flag to:
Flag=7
The 7 means "Shrink to Fit" and "Enlarge To Fit" and "Maintain Aspect Ratio".
Or you might try
Flag = "7+2048"
or
Flag = "7+16384"
for "Additive Blend" or "Alpha Blend". It affects how the image blends in with the wave and stuff.
Flag=7
The 7 means "Shrink to Fit" and "Enlarge To Fit" and "Maintain Aspect Ratio".
Or you might try
Flag = "7+2048"
or
Flag = "7+16384"
for "Additive Blend" or "Alpha Blend". It affects how the image blends in with the wave and stuff.