CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2000
    Location
    Japan
    Posts
    9

    AVI with timer and FF and RR

    Pleae help me.
    I'd like to know how to write AVI file player
    with timer(.000 mode) and forward and rewind function.



  2. #2
    Join Date
    Jun 2001
    Posts
    6

    Re: AVI with timer and FF and RR

    Hi:
    If u want to do something simple, you can use MCI to code an avi player with these functions. But this kind of avi doesn't support > 1000 FPS, it simply loses frames.
    DiretX solves this problem.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured