Here are two examples, showing what I mean with the proper resolution. Mine's at 480x270, and the one that's emulating yours is 360x240. Because I was recording at 1080p/60 there were some frame drops, so ignore any inconsistent hitches. There aren't many anyhow. Focus on the jitter of the actual objects shapes and motion.
You must view the video in fullscreen on a 1080p display in order for it to appear correctly.
480x270
http://a.pomf.se/nsnypj.webm
360x240
http://a.pomf.se/zfuxgd.webm
Thanks. I actually goofed and posted the wrong SweetFX settings earlier!
Try these:
#define USE_ADVANCED_CRT 1 //[0 or 1] Advanced CRT : Simulates an old CRT TV display. Set gaussian blur along with it to get a halation effect
--
#define CRTAmount 1.00 //[0.00 to 1.00] Amount of CRT effect you want
#define CRTResolutionX 720 //[1 to 2048] Original input width of the game (ie. 320)
#define CRTResolutionY 225 //[1 to 2048] Original input height of the game (ie. 240)
#define CRTgamma 2.4 //[0.0 to 4.0] Gamma of simulated CRT (default 2.4)
#define CRTmonitorgamma 2.2 //[0.0 to 4.0] Gamma of display monitor (typically 2.2 is correct)
#define CRTBrightness 1.53 //[1.0 to 3.0] Used to boost brightness a little. Default is 1.0
#define CRTScanlineIntensity 2 //[2.0 to 4.0] Scanlines intensity (use integer values preferably). Default is 2.0
#define CRTScanlineGaussian 1 //[0 or 1] Use the "new nongaussian scanlines bloom effect". Default is on
#define CRTCurvature 0 //[[0 or 1] "Barrel effect" enabled (1) or off (0)
#define CRTCurvatureRadius 4.0 //[0.0 to 2.0] Curvature Radius (only effective when Curvature is enabled). Default is 1.5
#define CRTCornerSize 0.0010 //[0.0000 to 0.0020] Higher values, more rounded corner. Default is 0.001
#define CRTDistance 2.00 //[0.00 to 4.00] Simulated distance from viewer to monitor. Default is 2.00
#define CRTAngleX 0.00 //[-0.20 to 0.20] Tilt angle in radians (X coordinates)
#define CRTAngleY 0.00 //[-0.20 to 0.20] Tilt angle in radians (Y coordinates). (Value of -0.15 gives the 'arcade tilt' look)
#define CRTOverScan 1.0 //[1.00 to 1.10] Overscan (e.g. 1.02 for 2% overscan). Default is 1.01
#define CRTOversample 1 //[0 or 1] Enable 3x oversampling of the beam profile (warning : performance hit)
-----------------
#define USE_GAUSSIAN 1 //[0 or 1] Gaussian Blur : can be used to... blur, but also bloom/hazy/glowy look, also unsharp masking
#define GaussEffect 2 //[0|1|2|3] 0 = Blur, 1 = Unsharpmask (expensive), 2 = Bloom, 3 = Sketchy. Default is 2
#define GaussQuality 3 //[0|1|2|3] Warning: 2 and 3 are expensive. Default is 1
#define GaussSigma 1 //[1 to 4] The higher the wider blur/bloom is (only effective when Bloom selected)
#define GaussBloomWarmth 0 //[0|1|2] "Temperature" of the bloom - 0 = neutral, 1 = warm, 2 = hazy/foggy
#define GaussThreshold 0.50 //[0.00 to 1.00] [DX10/11 only] Threshold for what is a bright light (that causes bloom) and what isn't.
#define GaussExposure 43.0 //[0.00 to 100.00] [DX10/11 only] Exposure of the effect (the lower the brighter)
#define GaussStrength 0.15 //[0.00 to 1.00] Amount of effect blended into the final image
--
The results:
If you're playing far enough from a large display (16:9 HDTV), it looks fantastic. Unfortunately, some of the text is garbled but this is impossible to fix.
Comparison:
http://abload.de/img/shovelguasscompijkrm.png