futurex
2nd April 2006, 23:52
Hi all,
i encode a lot of dvb stuff to mpeg4, and a lot of it is interlaced. what i want to do is bob to get a 50fps file, which is the way its meant to be viewed.
my current method is using avisynth for deinterlacing (tdeint), cropping and resizing, then feeding through to meGUI or virtualdubmod.
this is what my script generally looks like (the cropping & resizing values here are just made up) :
mpeg2source("c:\project.d2v")
tdeint(mode=1,order=1,mthreshl=10)
crop(94,4,532,568)
LanczosResize(720,576)
the only setting i "tweak" with tdeint is the mthreshl, using map=2 and choosing the value where the background has no or very few "pink" areas. is that the correct way of doing it?
is there a better deinterlacer than tdeint i should be using? i know there is mvbob and a couple others, but i'm confused and dont know how to actually use them :scared: i've searched the forums and the readme's but its much too technical and doesnt seem to explain how to use it, just how the deinterlacing is accomplished
any help on getting the "highest quality without taking a rediculously large amount of time" appreciated!
thanks :)
i encode a lot of dvb stuff to mpeg4, and a lot of it is interlaced. what i want to do is bob to get a 50fps file, which is the way its meant to be viewed.
my current method is using avisynth for deinterlacing (tdeint), cropping and resizing, then feeding through to meGUI or virtualdubmod.
this is what my script generally looks like (the cropping & resizing values here are just made up) :
mpeg2source("c:\project.d2v")
tdeint(mode=1,order=1,mthreshl=10)
crop(94,4,532,568)
LanczosResize(720,576)
the only setting i "tweak" with tdeint is the mthreshl, using map=2 and choosing the value where the background has no or very few "pink" areas. is that the correct way of doing it?
is there a better deinterlacer than tdeint i should be using? i know there is mvbob and a couple others, but i'm confused and dont know how to actually use them :scared: i've searched the forums and the readme's but its much too technical and doesnt seem to explain how to use it, just how the deinterlacing is accomplished
any help on getting the "highest quality without taking a rediculously large amount of time" appreciated!
thanks :)