[jitter] pixelated output with jpeg
Jeremy Bernstein
jeremy at bootsquad.com
Mon Jul 23 01:44:45 MDT 2007
- Previous message: [jitter] pixelated output with jpeg
- Next message: [jitter] Re: pixelated output with jpeg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Since you've not given jit.qt.movie any dimensions, it's playing your movie back at 320x240. When this gets upscaled to 720x480, you're naturally seeing some ugly pixelation. If your source material is 720x480, either write "jit.qt.movie 720 480 @loopreport 1" or "jit.qt.movie @adapt 1 @loopreport 1" to ensure that the output matrix is correctly sized. If your source material is in fact 320x240, you probably want to enable interpolation in jit.qt.record, so that the upscale look a little smoother. (@interp 1) jb Am 23.07.2007 um 07:47 schrieb yetis vs. robots: > #P newex 50 402 129 196617 jit.qt.movie @loopreport 1;
- Previous message: [jitter] pixelated output with jpeg
- Next message: [jitter] Re: pixelated output with jpeg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
