Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Video Playback Resources?

Reply
Thread Tools

Video Playback Resources?

 
 
Jacob
Guest
Posts: n/a
 
      02-23-2005
I'm desperately in need of some direction here...

I'm trying to write some software that would play back a series of images as
a movie. I'm fairly new to C and I can't seem to find any resources on this.
What I'm looking for is a brief tutorial (or VERY well document code) that
will open a series of images, buffer them properly in memory, and then play
them back in sequence and a certain rate.

PLEASE, PLEASE, PLEASE point me in the right direction. Oh, just as a
reminder, I'm not looking for an application that will do this... I'm trying
to WRITE and application that will do this.

Thanks,
Jacob


 
Reply With Quote
 
 
 
 
Chris Croughton
Guest
Posts: n/a
 
      02-23-2005
On Wed, 23 Feb 2005 09:45:03 -0800, Jacob
<> wrote:

> I'm desperately in need of some direction here...
>
> I'm trying to write some software that would play back a series of images as
> a movie. I'm fairly new to C and I can't seem to find any resources on this.
> What I'm looking for is a brief tutorial (or VERY well document code) that
> will open a series of images, buffer them properly in memory, and then play
> them back in sequence and a certain rate.


Try one of te newsgroups with multimedia in the name (your news client
should let you search), this newsgroup (comp.lang.c) is for questions
about Standard C only. Your question is very platform and compiler
specific (Microsoft and Borland for Windows, for instance, have a load
of different interfaces for doing that sort of thing; X on a Unix system
is very very different).

Chris C
 
Reply With Quote
 
 
 
 
Raymond Martineau
Guest
Posts: n/a
 
      02-23-2005
On Wed, 23 Feb 2005 09:45:03 -0800, "Jacob" <> wrote:

>I'm desperately in need of some direction here...
>
>I'm trying to write some software that would play back a series of images as
>a movie.


You're better off asking on a newsgroup for the operating system you are
programming for. This is highly system-specific - even if you do manage to
get an answer, it might not be one that would work for you. Alternativly,
post the question on comp.programmer.

This newsgroup is for Standard C, which does not cover any form of drawing
graphics. At best, you might get some hints about SDL or OpenGL, but that
is generally discouraged in this newsgroup.

> I'm fairly new to C and I can't seem to find any resources on this.


Writing playback software can be fairly difficult for an experienced
programmer - you might want to start on something easier first.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
alt.video.dvd, alt.video.dvd.software, alt.video.dvd.tech, rec.video.dvd.tech winterheat@gmail.com DVD Video 1 06-04-2006 12:43 PM
What Windows program will convert MPEG2 video to MPEG4 retaining its playback aspect ratio and its video resolution? Dima DVD Video 0 01-24-2005 07:14 AM
video playback Carl Ray Computer Support 5 10-19-2003 10:57 PM
Video playback Data888 Computer Support 4 10-03-2003 04:53 AM
Re: Greenish online video playback on WMP 9 John Haithwaite @ Blue Case Solutions Computer Support 2 07-22-2003 07:56 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57