Quote from: Pumaman on Sun 08/02/2009 14:01:00
The video file is 720x576 -- so if you pass the FLAGS in as 0 it should play in a 720x576-sized box in the middle of the screen. This is what is happening in your second screenshot.
If you pass the FLAGS in as 1, it should stretch to full-screen with letterbox borders.
It looks like there was a bug in 3.1.1 where it was stretching the video even when you didn't ask it to. Change the 0 to 1 and it should play correctly for you. Please let me know if this sorts out the problem.
Yes, it works correctly now. Thank you! Though shouldn't the engine play the video at right shape regardless of flags? The pixel aspect ratio on that file is not 1:1 (they're not square pixels like the rest of the graphics) but rather closer to 1:1.78 (like in wide-screen DVD). So even with no resizing it still should be stretched to 1024x576, or have I understood something wrong?