From 09cbb3583ae166f9e24147752248e205fc875b90 Mon Sep 17 00:00:00 2001 From: Arthur Wilton <69938486+artwilton@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:25:12 -0400 Subject: [PATCH] Update README.md with latest demo video --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a837002..4899112 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,6 @@ Version 2 has now been released, and was completely rewritten and redesigned to In future updates users will be able to `import fcpx_marker_tool` for use in their own scripts, as this module extracts and formats metadata pertaining to all timelines, clips, and markers found in the FCPXML file. (Note: this is technically possible now but the API is subject to change until a future release.) -![fcpx_marker_tool_demo](https://user-images.githubusercontent.com/69938486/165228158-19ff6e18-e716-4e05-90af-02b1fe644745.gif) - - ----- - ### Installation First cd into the repo directory aftering cloning or downloading, and run `pip install .` which will run `setup.py` and install necessary dependencies along with the `fcpx-marker-tool` package. @@ -25,7 +20,9 @@ Then run the module directly using `Python -m fcpx_marker_tool` ### Demo -Full demo for version 2.0.0 coming soon. +https://user-images.githubusercontent.com/69938486/172484701-ef0404ae-5c49-4d5a-bcdc-8e336846d4b5.mp4 + + ---