QT movie getting downsampled
Hi,
A real noob question, but I can't figure out what's wrong or find the answer.
I'm using [jit.qt.movie] -> [jit.window] to play back a QT movie. It's getting downsampled (pixelated) though, even with the window sized to its native destination (1280 x 960). What attributes should I be using in each box to preserve resolution?
Thanks,
Eric
jit.qt.movie initial resolution is 320x240, you can attribute it with "@adapt 1" to adapt to resolution of loaded movie-file
Worked, thanks! I missed that @adapt was off by default.
Eric