Editor's review
This is an ActiveX components library that includes video encoders and video player.
FFOCX is an ActiveX OCX controls library including Video Encoder and Video Player. They depend on the FFmpeg library which is supplied. This library includes functionality of codecs and filters, formatting etc. through such functions as AVCodec, AVCore, AVDevice, AVFilter, AVFormat, AVUtil, SwScale. Of these the AVCodec provides decoders and encoders of audio/video stream. The other AV items provide the supporting library to make the decoder and encoder work properly. For example, the SwSample is the re-sampling function that lets you resize photographs. Thus this component library gives you all the tools you need for supporting video codec functions and a video player. You could edit the input frames, edit the text and/or the image overlay. Multiple inputs in different formats can be combined into one video clip easily.
So if you plan to include video playing and format management features as part of your application, here is a tool you could use. It also provides you with other useful features in the form of filters such as flip, negate, scale, rotate, etc. The control will help you include batch processing features. After conversion you can offer your users the feature of preview, so that he is sure the right piece has been converted. Conversion process can be paused, resumed, stopped etc. The conversion process is supported by logs to make sure the process can be debugged correctly, should there be problems. An excellent package for handling video in your project.
User comments