Thread: Riff files

  1. #1
    Registered User The15th's Avatar
    Join Date
    Aug 2001
    Posts
    125

    Riff files

    Hi all;

    I was wondering if anyone new a really good book detailed in RIFF files. I really need an advanced multimedia programming book. Thanks for any help.

    Also i am trying to calculate the time of a movie. so i get the frame rate and i get the number of frames and times them together. then i divide that by 100 to put the time in seconds. The problem is 956 (frames) times (33) frame rate, gives 315 seconds, not 31.5. So how would i get an acurate time of the movie?
    arrh, i got nothing good to say.
    http://www.praxis1.vic.edu.au/home/dcola/

  2. #2
    Normal vector Carlos's Avatar
    Join Date
    Sep 2001
    Location
    Budapest
    Posts
    463
    Give it a try here: http://www.wotsit.org/

    They've got lots of file formats.
    Hope this helps!
    Have fun!

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    >problem is 956 (frames) times (33) frame rate, gives 315 seconds, not 31.5. So how would i get an acurate time of the movie?

    Isn't 33 in frames per sec? So to get an accurate time of the movie:

    956 frames / 33 frames/second = 28.96 seconds

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. add source files to embedded VC 4.0
    By George2 in forum C++ Programming
    Replies: 4
    Last Post: 06-13-2006, 03:28 AM
  2. *.cpp and *.h files understanding
    By ElastoManiac in forum C++ Programming
    Replies: 4
    Last Post: 06-11-2006, 04:45 AM
  3. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  4. Multiple Cpp Files
    By w4ck0z in forum C++ Programming
    Replies: 5
    Last Post: 11-14-2005, 02:41 PM
  5. header and source files
    By gtriarhos in forum C Programming
    Replies: 3
    Last Post: 10-02-2005, 03:16 AM