Re: [fpc-pascal] How to play H264 mp4 video using free pascal?

2014-07-22 Thread Fabio Luis Girardi
Start omxplayer with tprocess and use pipes to do this Em 22/07/2014 08:30, "Dennis Poon" escreveu: > what library (e.g. ffmpeg) should I call? > any example e.g. of it? > > Actually, the target platform is Raspberry Pi (raspbian OS). It comes with > a video player that does it (omxplayer) but I

[fpc-pascal] How to play H264 mp4 video using free pascal?

2014-07-22 Thread Dennis Poon
what library (e.g. ffmpeg) should I call? any example e.g. of it? Actually, the target platform is Raspberry Pi (raspbian OS). It comes with a video player that does it (omxplayer) but I don't know how to interface with it apart from launching it. After launch, I don't know how to pause it fro