Added GetColorHex() function to the openshot::Color class, which returns a Hex string of a color at any frame number. Added new "hash" and "changed" properties to the openshot::Clip Properties JSON method, to help a UI determine if something has changed in the property values. Lastly, added new unit tests for both classes.

This commit is contained in:
Jonathan Thomas
2015-02-17 00:21:57 -06:00
parent 44d5cf866a
commit 1d1a608a5c
7 changed files with 170 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ using namespace tr1;
int main(int argc, char* argv[])
{
// Reader
FFmpegReader r9("/home/jonathan/Videos/sintel-1024-surround.mp4");
r9.Open();