1. Mpeg4 in Euphoria?
- Posted by Mad-Dog <Mad-Dog at rogers.com> Mar 03, 2004
- 472 views
Could somebody please explain me how to program Mpeg4 in Euphiria, possible? If there is any sample(s), that would be great. thankx in advance.
2. Re: Mpeg4 in Euphoria?
- Posted by Mad-Dog <Mad-Dog at rogers.com> Mar 05, 2004
- 483 views
Hi Mic, I am trying learn to write a program using mpeg4 on a Digital Video Recorder Card. There are 4 channel video image real-time. I wonder how to do it. The card could easily found in eBay for as little as 19.95. mic _ wrote: > >> Could somebody please explain me how to program Mpeg4 in Euphiria, >> possible? If there is any sample(s), that would be great. > > > Are you talking about playing mpeg4 content or creating it? And do you > mean mpeg4 audio or mpeg4 video? > My DirectX wrapper for Euphoria (DirectE) includes two examples of > playing media files through DirectShow, including one that plays a > DivX file. If you want to create your own video files there's an AVI > generator that I've written (the Windows version). It can use all > VFW-compatible codecs you have installed on your computer (eg. XviD, > DivX, VP6, ...). It doesn't support audio compression at the moment, > but writing a multiplexer for video+wav (or even video+cbr mp3) > shouldn't be too hard. > > > > TOPICA - Start your own email discussion group. FREE! > >
3. Re: Mpeg4 in Euphoria?
- Posted by "mic _" <stabmaster_ at hotmail.com> Mar 05, 2004
- 451 views
>I am trying learn to write a program using mpeg4 on a Digital Video >Recorder Card. There are 4 channel video image real-time. I wonder how to >do it. The card could easily found in eBay for as little as 19.95. > So basically what you want to do is write a video capture application? I bet you can find some info on that on MSDN. Although, personally I'd just use one of the existing capture programs, like VirtualVCR, FreeVCR or Virualdub. Could be an interesting project to write your own of course..