View Single Post
Old 10th December 2011, 05:30   #1010  |  Link
nhope
partially-informed layman
 
Join Date: Jan 2002
Location: Bangkok, Thailand
Posts: 314
Quote:
Originally Posted by -Vit- View Post
Adding resizing at all is rather pushing the feature envelope of QTGMC and gamma-aware resizing has never really caught my interest, but I'll make a note to have a look...
I'm starting to look into upscaling with NNEDI3, as highlighted in this thread.

e.g.
Code:
#720x576 interlaced source
QTGMC()
NNEDI3_rpow2(rfactor=2, cshift="spline36resize", fwidth=1280, fheight=720)
Is this sensible, or is there a smarter way to integrate this type of resizing with the deinterlacing, since QTGMC uses NNEDI3 anyway?

-Vit-, if you are considering including resizing in a future version of QTGMC, is this something you could look at instead of, or in addition to the more basic resizers?
nhope is offline