#include <QThread>
#include <QOffscreenSurface>
#include <QMutex>
#include <QWaitCondition>
#include <libavcodec/avcodec.h>
Go to the source code of this file.
Classes | |
struct | ExportParams |
struct | VideoCodecParams |
class | ExportThread |
Macros | |
#define | COMPRESSION_TYPE_CBR 0 |
#define | COMPRESSION_TYPE_CFR 1 |
#define | COMPRESSION_TYPE_TARGETSIZE 2 |
#define | COMPRESSION_TYPE_TARGETBR 3 |
#define COMPRESSION_TYPE_CBR 0 |
#define COMPRESSION_TYPE_CFR 1 |
#define COMPRESSION_TYPE_TARGETBR 3 |
#define COMPRESSION_TYPE_TARGETSIZE 2 |