I
I
ixon2017-12-30 12:42:49
C++ / C#
ixon, 2017-12-30 12:42:49

How to generate video using c or c++?

I want to make a program that will generate a simple video, the video changes the location of a primitive green square on a red background. Its start and end location will be set by the user in the console.
What ready-made libraries exist in order to generate video in c/c++?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Makarov, 2017-12-30
@ixon

Ready libraries for video generation are called - all of a sudden - codecs. For example, why not mention x.264 . There are a bunch of others. Because almost all of them are written in C/C++, of these languages ​​they are the most convenient to use.
I also need to mention FFmpeg as a more general and complex solution. It's probably best to look at it first.

D
Denis, 2017-12-30
@D3Nd3R

OpenCV is not exactly for this, but it can be quite easily implemented in it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question