From 2266a4ab7a3f88ec5deb655aca3ff6a8a4e69ca9 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Thu, 4 Oct 2012 01:34:45 -0500 Subject: [PATCH] Improved Clip class, and worked on constructors, file readers (image and ffmpeg), and more curves (shear, perspective, and crop) --- include/Clip.h | 60 ++++++++++++++++++++++++++++++++++++++++------ src/Clip.cpp | 64 +++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 111 insertions(+), 13 deletions(-) diff --git a/include/Clip.h b/include/Clip.h index 0fe2d415..09940678 100644 --- a/include/Clip.h +++ b/include/Clip.h @@ -7,6 +7,9 @@ * \author Copyright (c) 2011 Jonathan Thomas */ +#include "FFmpegReader.h" +#include "FrameMapper.h" +#include "ImageReader.h" #include "KeyFrame.h" using namespace std; @@ -64,15 +67,44 @@ namespace openshot { float start; ///