You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Added Profile class, which can load profile data from a text file, and generate Json from the profile.
This commit is contained in:
@@ -40,6 +40,8 @@ using namespace tr1;
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
Profile p("/home/jonathan/Apps/openshot/openshot/profiles/atsc_1080p_25");
|
||||
return 0;
|
||||
|
||||
Timeline t77(640, 480, Fraction(24,1), 44100, 2);
|
||||
t77.ApplyJsonDiff("[{\"type\":\"insert\",\"key\":[\"effects\",\"effect\"],\"value\":{\"end\":0,\"id\":\"e004\",\"layer\":0,\"order\":0,\"position\":0,\"start\":0,\"type\":\"Negate\"}}]");
|
||||
|
||||
Reference in New Issue
Block a user