View Single Post
Old 21st January 2005, 19:50   #68  |  Link
dvwannab
Registered User
 
Join Date: Feb 2002
Posts: 76
Quote:
Originally posted by scharfis_brain
I am currently modifying mvbob() to work with the newest mvtools and its inculded corrector.

I've got it working at 3 to 4 fps on a 640x480@29.97fps NTSC video.
My machine is an athlonXP@1.5 GHz

maybe I can optimize that script further.
maybe it will loose speed again due to new features

if your mvbob() is painfully slow, just comment out the extended motion search parameters:

Code:
mvf=bobd.mvanalyse(blksize=blksize,pel=pel,isb=false,chroma=true)#,search=3,searchparam=10)
mvb=bobd.mvanalyse(blksize=blksize,pel=pel,isb=true, chroma=true)#,search=3,searchparam=10)
OH NO WAY, dude!!! I just watched my marathon encode and WOOOWWWWW!!! Definitely blows away 100fps.com method and all others I have come across. Keep up the good work...... with maybe just a tad bit more speed Just kidding
dvwannab is offline   Reply With Quote