EpheMeroN
11th January 2008, 08:18
Lately when doing 4:3 Letterboxed > 16:9 Widescreen conversions I've found out (obviously through the help here) that most older movies, especially when upsizing, need grain removal and good rescaling methods (NNEDI).
I bought "Dead Poet's Society" today and it didn't have much grain at all. I was curious if anyone thought other filters of some type could increase the quality during my re-encode?
Images from source DVD:
http://img149.imageshack.us/img149/5985/snapshot20080110230918xw7.th.png (http://img149.imageshack.us/my.php?image=snapshot20080110230918xw7.png) http://img508.imageshack.us/img508/4038/snapshot20080110231124an5.th.png (http://img508.imageshack.us/my.php?image=snapshot20080110231124an5.png) http://img208.imageshack.us/img208/6020/snapshot200801102309181sv5.th.png (http://img208.imageshack.us/my.php?image=snapshot200801102309181sv5.png)
My current script:
MPEG2Source("C:\Users\xxxxxxx\Desktop\dead-poet.d2v")
AssumeTFF()
Crop(0,68,0,-68)
Telecide(guide=1)
Decimate(cycle=5)
NNEDI(Field=0, dh=True)
BlackmanResize(Width(), 464)
AddBorders(0,8,0,8)
I bought "Dead Poet's Society" today and it didn't have much grain at all. I was curious if anyone thought other filters of some type could increase the quality during my re-encode?
Images from source DVD:
http://img149.imageshack.us/img149/5985/snapshot20080110230918xw7.th.png (http://img149.imageshack.us/my.php?image=snapshot20080110230918xw7.png) http://img508.imageshack.us/img508/4038/snapshot20080110231124an5.th.png (http://img508.imageshack.us/my.php?image=snapshot20080110231124an5.png) http://img208.imageshack.us/img208/6020/snapshot200801102309181sv5.th.png (http://img208.imageshack.us/my.php?image=snapshot200801102309181sv5.png)
My current script:
MPEG2Source("C:\Users\xxxxxxx\Desktop\dead-poet.d2v")
AssumeTFF()
Crop(0,68,0,-68)
Telecide(guide=1)
Decimate(cycle=5)
NNEDI(Field=0, dh=True)
BlackmanResize(Width(), 464)
AddBorders(0,8,0,8)