Krita Source Code Documentation
Loading...
Searching...
No Matches
KisFFMpegWrapper.h File Reference
#include <QObject>
#include <QProgressDialog>
#include "KisImportExportErrorCode.h"
#include <KoColorProfileConstants.h>
#include <kritaui_export.h>

Go to the source code of this file.

Classes

class  KisFFMpegWrapper
 
struct  KisFFMpegWrapperSettings
 

Enumerations

enum  FFProbeErrorCodes { NONE = 0 , UNSUPPORTED_CODEC , INVALID_JSON }
 

Variables

const int FFMPEG_TIMEOUT = 600000
 

Enumeration Type Documentation

◆ FFProbeErrorCodes

Enumerator
NONE 
UNSUPPORTED_CODEC 
INVALID_JSON 

Definition at line 38 of file KisFFMpegWrapper.h.

38 {
39 NONE = 0,
42};
@ INVALID_JSON
@ UNSUPPORTED_CODEC
@ NONE

Variable Documentation

◆ FFMPEG_TIMEOUT

const int FFMPEG_TIMEOUT = 600000

Definition at line 44 of file KisFFMpegWrapper.h.