Skip to content

ju6ge/QVideoWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QVideoWriter

This is a small project to enable writing a Video file from a series of QImages. It was created because using using QtFFmpegWrapper did not produce satisfying results.

It is intended to be easily to use it other project and builds as a static library. And is based on the ffmpeg encode_video example.

Building

Using cmake:

mkdir build
cd build
cmake ..
make

About

A Simple class to encode QImages as a video.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published