lunnar
1st June 2004, 17:02
ok, I got a few HDTV mpeg2 file that will convert to avi.
I don't want to change the resolution, but I do want to convert the frame rate and deinterlaced it
I am quite new to avisynth so I am learning...
I found a interesting script on the HDTV section but I am not sure so here is my plan script for my 720p 60fps material:
********************8
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
[MPEG2Source("%f")]
SelectEven() # reduce frame rate to ~30fps
Crop(0,0,0,-8) # take 8 pixel a the bottom, I got a gray line
***********************
is this enough to keep good quality.
since I don't care about the size in MB of the movie what can be my best setting to keep the best quality?
also, what about 1080i 60fps material? What will be the best way to deinterlaced it? i've found this : Telecide().. is that anygood?
since it is 60fps interlaced, I suppose I should be pretty simple to combine 2 ajacent frame into 1 nice progressive frame to cut it down to 30fps... isn't it?
also, if search a lot about this, but found nothing that focus on keeping the HD resolution and perfect quality so if there is a guide about this please let me know
I don't want to change the resolution, but I do want to convert the frame rate and deinterlaced it
I am quite new to avisynth so I am learning...
I found a interesting script on the HDTV section but I am not sure so here is my plan script for my 720p 60fps material:
********************8
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
[MPEG2Source("%f")]
SelectEven() # reduce frame rate to ~30fps
Crop(0,0,0,-8) # take 8 pixel a the bottom, I got a gray line
***********************
is this enough to keep good quality.
since I don't care about the size in MB of the movie what can be my best setting to keep the best quality?
also, what about 1080i 60fps material? What will be the best way to deinterlaced it? i've found this : Telecide().. is that anygood?
since it is 60fps interlaced, I suppose I should be pretty simple to combine 2 ajacent frame into 1 nice progressive frame to cut it down to 30fps... isn't it?
also, if search a lot about this, but found nothing that focus on keeping the HD resolution and perfect quality so if there is a guide about this please let me know