I need a recording screen (by capturing 15 pictures per second). This is the part that I know how to do. But I donโt know how to record this in some popular video format. The best option I found is to write frames to split PNG files and use Mencoder with a command line that can convert them to many output formats. But maybe someone has another idea?
Requirements:
- There must be multi-platform solutions (I use Free Pascal / Lazarus). Windows, Linux, MacOS
- There are several libraries for this?
- It can be a complex command-line application that also records for me, but I should be able to edit frames before converting all the raw data into popular video formats.
- All materials that can give me some idea are welcome. APIs, libraries, anything, even in languages โโother than FPC (I would try to rewrite it or find some equivalent)
- I also considered writing frames in RAW video format, and then use Mencoder (it can handle it) or another solution, but cannot find any API / doc file for RAW video
Hi
delphi freepascal lazarus video-processing
Dibo
source share