I'm complete newbie in Video programming... however, I am assigned a project to do video tracking in Mpeg4... now i hav the C++ code of Mpeg4 encoder and decoder... but after reading thru the code to no avail...
I would like to know... which part of the codec should I focus on? the decoder or encoder? wat i need to show is just that i can capture an object, e.g.: a guy in the video, and tracking all his movement along the video...
thanks in advanced
Results 1 to 3 of 3
-
-
It's me again... The encoder that i'm using accepts .yuv file and converts it into .cmp file.. and the decoder only decodes the .cmp file into .yuv file back... the .yuv is .mpeg4 standard file? I'm wondering whether I'm using the correct encoder.. because initially what I expect to get from an encoder is the encoder will encode normal .avi file into .mpg4 ext and the decoder will decode the .mpg4 file and play it... is there such codec available and is it open source code with documentation? if yes, may i know where to download it?
Thank you...
-
YUV has nothing to do with MPEG-4. If you don't study these formats first, you'll probably encounter some difficulties in programming anything which is going to directly process data coded in such formats. Also, this forum is not the good place to ask this question. Try Google first with "YUV format" and "mpeg-4 format description" for some kick-off readings.
Similar Threads
-
Optimal tracking for video != optimal tracking for audio
By miamicanes in forum RestorationReplies: 4Last Post: 16th Oct 2014, 11:52 -
Hiding a moving object
By akkers in forum EditingReplies: 0Last Post: 29th Nov 2011, 05:59 -
HELP! Need to know about tracking a moving object in a video
By RPH2515 in forum Newbie / General discussionsReplies: 7Last Post: 22nd Aug 2010, 08:02 -
Need help spotlighting object while editing
By eftek in forum EditingReplies: 1Last Post: 19th Mar 2010, 22:54 -
hide moving object in VDub??
By 3thman in forum EditingReplies: 2Last Post: 16th Oct 2009, 08:53