hrlslcbr
31st March 2005, 03:11
Hello. I use this script:
v=avisource("clip") # NTSC video
v=assumefps(v, 30)
v=bob(v) #I used bob because of speed to test the script
v=changefps(v, 720)
v=selectevery(v, 24, 1)
v=assumefps(v, 24)
return v.assumefps(23.976)
to convert a 60i video to a 24p one, but I get very little motion blur. I was thinking in blending more frames to get a more real look of motion blur, but I need to blend too many frames and it would take forever to use 'overlay'. Is there any plugin that can blend multiple frames at once?
Cheers.
v=avisource("clip") # NTSC video
v=assumefps(v, 30)
v=bob(v) #I used bob because of speed to test the script
v=changefps(v, 720)
v=selectevery(v, 24, 1)
v=assumefps(v, 24)
return v.assumefps(23.976)
to convert a 60i video to a 24p one, but I get very little motion blur. I was thinking in blending more frames to get a more real look of motion blur, but I need to blend too many frames and it would take forever to use 'overlay'. Is there any plugin that can blend multiple frames at once?
Cheers.