![]() |
| | #1 |
| Algorithm engineer Join Date: Jun 2006
Posts: 223
| Library for reading avi-files? What about libraries for reading other formats such as mpg, wmv, etc.?
__________________ Come on, you can do it! b( ~_') |
| TriKri is offline | |
| | #2 | |
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,099
| Avi is a container. It contains compressed data which is compressed by a codec. The easiest thing to parsing these kinds of things would be DirectShow I imagine. FFdshow is a filter that can decompress almost any type of video/audio and Haali's Media Splitter is a filter that can split all popular container types (mkv, mp4). Avi and wmv are typically already installed on a windows machine. This is assuming you are using Windows.
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |
| Elysia is offline | |
| | #3 |
| Algorithm engineer Join Date: Jun 2006
Posts: 223
| I am using windows, but I would prefer to use a platform independent library so my program gets portable. I somewhat like SDL, does that have functions for viewing frames in avi-files? Do I need one tool to get the data out of the container and one tool to decompress the data, or is this usually done at the same time?
__________________ Come on, you can do it! b( ~_') |
| TriKri is offline | |
| | #4 | |||
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,099
| [quote=TriKri;760841] Quote:
It's not for media viewing or extracting. Quote:
One to extract and one to decompress (the appropriate codec would do that). I don't know of any cross-platform library, but if you aren't scared of command lines, then you could try using mencoder. It's cross platform and compatible with lots of things.
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |||
| Elysia is offline | |
![]() |
| Tags |
| avi, codec, frame, library, mpg |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hi plz help me in crating library files | vijay85 | C Programming | 5 | 01-27-2009 09:21 AM |
| Property Set Library (PSL) - Announcement | vultur_gryphus | Projects and Job Recruitment | 0 | 05-29-2008 06:04 AM |
| very weird .h problem | royuco77 | C++ Programming | 1 | 09-11-2005 07:55 AM |
| Where to get library files? | klear | C++ Programming | 7 | 03-29-2004 02:15 AM |
| reinserting htm files into chm help files | verb | Windows Programming | 0 | 02-15-2002 09:35 AM |