OpenShot Library | libopenshot
0.3.3
|
Header file for FFmpegReader class. More...
#include "ReaderBase.h"
#include "FFmpegUtilities.h"
#include <cmath>
#include <ctime>
#include <iostream>
#include <stdio.h>
#include <memory>
#include "AudioLocation.h"
#include "CacheMemory.h"
#include "Clip.h"
#include "OpenMPUtilities.h"
#include "Settings.h"
Go to the source code of this file.
Classes | |
class | openshot::FFmpegReader |
This class uses the FFmpeg libraries, to open video files and audio files, and return openshot::Frame objects for any frame in the file. More... | |
struct | openshot::PacketStatus |
This struct holds the packet counts and end-of-file detection for an openshot::FFmpegReader. More... | |
Namespaces | |
openshot | |
This namespace is the default namespace for all code in the openshot library. | |
Header file for FFmpegReader class.
This file is originally based on the Libavformat API example, and then modified by the libopenshot project.
Definition in file FFmpegReader.h.