It almost worked Phil......
The stroboscope effect is gone but now I can't get the aspect ratio correct at 4:3 with the new ini settings (see below). Any ideas ?
GENERAL INFO
- Source: DVD (PAL)
- Movie Offset: 2 sec
- CD Overlap seconds: No
- Startup delays: Video: 344 ms Audio 1: 344 msAudio 2: 344 ms
- Video format: PAL
- Length: 00:30:00
- CD Images: 1
IMDB INFO:
Movie title:
User rating:
Directed by:
Writing credits:
Genre:
Tagline:
Plot outline:
VIDEO INFO:
- Encoder: TMPGEnc 2.513.53.162
- Rate Control Mode: Constant quality (CQ)
- Max. bitrate: 2376
- CQ Value 65.00
- Min. bitrate: 400
- Motion search prec.: Motion estimate search (fast)
- Field order: Yes
- DC component prec.: 8 bits
- Output YUV as YCbCr: No
- Floating point DCT: Yes
- No motion search: False
- Soften block noise: No
- iDCT Algorithm: 32-bit SSE MMX
- Deinterlace: SeparateFields/SelectEvery
- Pulldown: No
- Width: 480
- Height: 576
- Matrix:
Intra:
8 16 19 22 26 27 29 34
16 19 22 26 27 29 34 37
19 22 26 27 29 34 37 38
22 26 27 31 36 37 38 40
26 27 29 36 39 38 40 48
27 29 34 37 38 40 48 58
29 34 37 38 40 48 58 69
34 37 38 40 48 58 69 79
Non-Intra:
16 18 20 22 24 26 28 30
18 20 22 24 26 28 30 32
20 22 24 26 28 30 32 34
22 24 26 30 32 32 34 36
24 26 28 32 34 34 36 38
26 28 30 32 34 36 38 40
28 30 32 34 36 38 42 42
30 32 34 36 38 40 42 44
AVISYNTH SCRIPT:
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg 2dec\MPEG2D~1.DLL")
mpeg2source("D:\WORKDI~1\DVD2AV~1.D2V")
SeparateFields()
SelectEvery(2,0)
nf=0
GripCrop(480, 576+0+0, overscan=1, source_anamorphic=false, dest_anamorphic=false)
GripSize(resizer="BiCubicResize")
Undot()
Asharp(1, 4)
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(1.5

)
MergeLuma(blur(0.1))
SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = round(YDifferenceToNext())"+chr(13)+ "((nf >= SwitchThreshold) && (nf < 30)) ? unfilter(-(fmin(nf*2,100)),-(fmin(nf*2,100))) : TemporalCleaner(6+nf,11+nf) ")
GripBorders()
function fmin(int f1, int f2) { return (f1<f2) ? f1 : f2 }
AUDIO INFO:
- Audiostreams: 1
- Audio 1 Language: Nederlands
- Audio 1 Bitrate: 160
- Audio 1 Sample freq: 44100
- Audio 1 Mode: Stereo
- Audio 1 Besweet: "C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe" -core( -input "D:\WorkDirectoryMovie\Extracted_audio_1.ac3" -output "D:\WORKDI~1\Encoded_audio_1.mp2" -logfile "D:\WORKDI~1\Encoded_audio_1.log" ) -azid( -L -3db -c normal -s surround -g max ) -shibatch( --rate 44100 ) -2lame( -e -b 160 -m s )
SUBTITLE INFO:
- Subtitlestreams: 0
- Type:
- Sub. 1 Language:
- Sub. 2 Language:
- Sub. 3 Language:
- Sub. 4 Language:
AUTHORING INFO:
- CD Image program:
--------------
Edit: I'm running a new encode (the twenthieth or so...

) with standard D2S "Telecide (PAL)" -> preview looks good (no interlace artifacts and correct aspect ratio). Let you know how it turns out....