You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user