charleski
16th November 2005, 02:18
I spent quite a while trying to get this video into a form suitable for encoding. it comes from an MPEG-2 transport stream (yes, it really is 544x576 /boggle) with a low bitrate (~1.5Mbps). It's also clearly been badly converted from NTSC to PAL. restore24 certainly did wonders on cleaning up the blends, though a few were left. I was just wondering if i could have done anything better?
A major problem was the blocking in the original, and I ended up putting the deblocker before restore24 then giving a bit of sharpening to the analyse section of it. Was that the right thing to do? The noise filtering at the end is a bit heavy, and the end result is certainly soft, but it does elmininate most of the blocks and associated grunge, which I find more objectionable. As you can see by looking at the avs file I played around with a load of different options (until I finally got sick of it, TBH).
This particular project is finished and I won't be going back to it (the avisynth file took over 6 hours to render to a HuffYUV intermediate, ugh), but I will almost certainly come across similar dross in the future, and I would appreciate any comments on the script I used.
A cut of the original stream with the avs file I used is here (http://homepages.nildram.co.uk/~cajking/GrottyVideo.zip) (7MB).
TIA
[Edit]BTW, the reason I didn't use PixieDustPP was that it gave an access violation in the script at line 47 where pixiedustPP calls pixiedust. not sure why that happens, but I couldn't work out how to sure it.
A major problem was the blocking in the original, and I ended up putting the deblocker before restore24 then giving a bit of sharpening to the analyse section of it. Was that the right thing to do? The noise filtering at the end is a bit heavy, and the end result is certainly soft, but it does elmininate most of the blocks and associated grunge, which I find more objectionable. As you can see by looking at the avs file I played around with a load of different options (until I finally got sick of it, TBH).
This particular project is finished and I won't be going back to it (the avisynth file took over 6 hours to render to a HuffYUV intermediate, ugh), but I will almost certainly come across similar dross in the future, and I would appreciate any comments on the script I used.
A cut of the original stream with the avs file I used is here (http://homepages.nildram.co.uk/~cajking/GrottyVideo.zip) (7MB).
TIA
[Edit]BTW, the reason I didn't use PixieDustPP was that it gave an access violation in the script at line 47 where pixiedustPP calls pixiedust. not sure why that happens, but I couldn't work out how to sure it.