|
|
 | | From: | b83503104 at yahoo.com | | Subject: | mpeg2 read frame using C or C++ or Matlab | | Date: | 23 Jan 2005 10:53:57 -0800 |
|
|
 | Is there any source/library to read single frames from MPEG-2, and save them as images? Converting the whole MPEG-2 video to other more supported formats (such as .avi) occupies too much disk space. Thanks
|
|
 | | From: | Bernie | | Subject: | Re: mpeg2 read frame using C or C++ or Matlab | | Date: | Mon, 24 Jan 2005 08:14:25 +0100 |
|
|
 | a écrit dans le message de news:1106506437.088185.108040@z14g2000cwz.googlegroups.com... > Is there any source/library to read single frames from MPEG-2, and save > them as images? Converting the whole MPEG-2 video to other more > supported formats (such as .avi) occupies too much disk space. > Thanks
Hi, i know that manage video under lossless format can be difficult. Working in a video team, i have build a lib from VirtualDubMod source code dedicated to Mpeg file of elementary video and program stream decoding, it lead to get video frame in YUV422 raw format.....
you can find it on my web site (a french site so look in the news section 2 link added today) http://berniedev.tripod.com/berniedev_site/Index.htm It's a C++ Static lib develop under VStudio 03, Look at ClassMpeg to API...And the 2 file CMPEGVideoFile .cpp and .h to sample....
good luck
|
|
|