Menu

what is the interface of fobs video decoder

user
2005-04-01
2013-05-09
  • Nobody/Anonymous

    is there a interface in fobs to decode a video frame. that means when there are two parameters in the entrance funtion, one is input videoframe, the other is output file?

     
    • Jose San Pedro

      Jose San Pedro - 2005-04-01

      Hi,

      I guess you're talking about the fobs C++ API. You won't find a function like this, but you surely have others that may help you such as:

      getLuminance()

      getRGB()

      getRGBA()

      All of them return a byte array containing the pixels of the frames in different formats (Luminance channel, RGB, RGBA). It's your work to save this info into a file using the format you need (.gif, .jpeg, etc).

      Cheers.

      Jose San Pedro

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.