Hi Elen, libmpeg2's job doesn't really extend to the display of the decoded sequences beyond the simple example code you saw. In a full MPEG-2 video decode-and-display application, you would need to display the decoded fields or frames at intervals separated by the field period or frame period indicated in the MPEG-2 sequence header.
You might want to synchronize your frame outputs and 27 MHz clock reference to the crystal in your video card or NTSC converter, or to the program clock reference in an incoming transport stream, or to the crystal in an associated sound card, or your PC's real time clock, or some other studio "house sync." But libmpeg2 doesn't handle any of these systems- and display-related issues. If you want software that uses libmpeg2 as part of a larger MPEG display application, try xine, or mplayer, or ffmpeg/ffplay, or totem. Best regards, Keith On Sun, 2 Jul 2006, Elen Wiser wrote: > Hi, > > I try to run a simple test . so i use the decoder lib with the > mpeg2dec.c test file ( part of the download ) And i see that it decode > it in the CPU speed and not in any standard (PAL or NTSC ) > > Where i can control this parameter ? > > > Otti Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Libmpeg2-devel mailing list Libmpeg2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel