Log in

View Full Version : MPEG-4 Codec


jitvinder
2nd March 2011, 05:35
anyone knows the link to get an open source mpeg-4 codec?H.264 also

Selur
2nd March 2011, 09:27
x264 is a H.264 Encoder Implementation -> http://www.videolan.org/developers/x264.html
Xvid is a MPEG-4 ASP Implementation -> http://www.xvid.org
FFmpeg Source might be interessting too -> http://ffmpeg.org/

weasel_
3rd March 2011, 01:04
MPEG 4 is group /company
Mpeg 4 part10 for example is video standard.
x264 is best H264 encoder

U need that for what ?

jitvinder
8th March 2011, 09:08
Thanks selur.

weasel_...i need it for implementing variable block based..so i would like to study it on how it works.

is there any code in matlab version?