Click here to Skip to main content
15,884,472 members
Articles / Programming Languages / C++11

Bring Your Animations to H264/HEVC Video

Rate me:
Please Sign up or sign in to vote.
4.99/5 (46 votes)
25 Apr 2023MIT9 min read 61.7K   2.8K   77  
Bring your animations to H264/HEVC video using C++ and C# with h/w acceleration
In this article, we go through four examples. In the first example, we render a red video, in the second example, we load a JPEG image with GDI+ and render once, that is when frame_cnt is zero, in the third example, we display first image and slowly alphablend with the second image until it appears, and in our last example, we show the two pre-rendered text images appearing from the middle of the video.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Singapore Singapore
Shao Voon is from Singapore. His interest lies primarily in computer graphics, software optimization, concurrency, security, and Agile methodologies.

In recent years, he shifted focus to software safety research. His hobby is writing a free C++ DirectX photo slideshow application which can be viewed here.

Comments and Discussions