I
I
ixon2018-08-18 18:10:55
C++ / C#
ixon, 2018-08-18 18:10:55

How to create a video file using c++?

I already asked a similar question, but it was broader and more abstract:
How do video editors work?
Now I would like to know more specifically.
What tools and libraries are there to draw frames for video using C++? What tools and libraries exist to join frames into a video file using C++?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2018-08-18
@saboteur_kiev

It's not clear what you mean by "draw frames".
Do you want a graphic editor?
IMHO, your problem is that you read a lot but don't write anything. Don't try to put it into practice. And if you remain a theoretician, you will not be able to ask the right questions.
Read about video codecs (x264, mpeg) and containers (mkv, avi, etc.)

L
laphroaig, 2018-08-30
@laphroaig

See opencv, there is a lot of stuff there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question