I have to create component as a command line application or DLL that
would extract the first frame of an MPEG2 to a JPG file and the KLV
(metadata) to a text or XML file.
The files we have to extract have a .ts extension. (if that is any
help)
Anybody have any hints for me. I have been looking at FFmpeg and
libmpeg2. Those 2 libraries are written in standard C. I have to
implement the application/DLL in C# or C++ for Visual Studio 2005 .Net
I have a total of 3 weeks to develop such component.
My superior told me that if we can find a existing component that would
do just that we could buy it.