davFR
12th November 2003, 11:13
Hi Everyone,
I would like to use Xvid's motion estimation (ME) function, in order to create a GPL video filter. My problem is that ME function seems deeply integrated into XviD code, and needs lots of parameters and a complicated structure (SearchData).
I would like to find in XviD code the function which only needs 2 consecutive frames and returns a MV matrix. I don't care for the moment if ME process is very long because I don't provide "ME hints" (i.e. MV matrix of the previous frame).
As anyone a clue about the function name I should look at?
I thought that maybe earlier Xvid or Mumosys code would be simpler? Has anyone remembrance of such a very modular function in previous XviD version?
Many thanks to all,
David.
I would like to use Xvid's motion estimation (ME) function, in order to create a GPL video filter. My problem is that ME function seems deeply integrated into XviD code, and needs lots of parameters and a complicated structure (SearchData).
I would like to find in XviD code the function which only needs 2 consecutive frames and returns a MV matrix. I don't care for the moment if ME process is very long because I don't provide "ME hints" (i.e. MV matrix of the previous frame).
As anyone a clue about the function name I should look at?
I thought that maybe earlier Xvid or Mumosys code would be simpler? Has anyone remembrance of such a very modular function in previous XviD version?
Many thanks to all,
David.