Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Update showcase video in README #666

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for any video conferencing, live-streaming, or broadcasting solutions where you
However, you can also use it for non-real-time use cases, for example, apply some effect on a video from an MP4 file and write the output
to the new MP4.

We don't have plans to introduce any major breaking changes in the API in the foreseeable future.
https://github.com/user-attachments/assets/d8716866-67bd-4721-b1c2-1a1d31e1c5b5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we link that directly from this repo?

Copy link
Member Author

@WojciechBarczynski WojciechBarczynski Aug 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. At least I haven't found a way to do it (syntax from including images doesn't work)


## Where to start?

Expand All @@ -24,8 +24,6 @@ LiveCompositor supports Linux and macOS and can be used in 2 ways:

## Demos

https://github.com/software-mansion/live-compositor/assets/104033489/e6f5ba7c-ab05-4935-a42a-bc28c42fc895

This is just a sample of effects that you can achieve with LiveCompositor. It is a compilation of a few demo projects
written in TypeScript that you can find in [`demos`](./demos) directory.

Expand Down
2 changes: 2 additions & 0 deletions demos/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# LiveCompositor TypeScript demos

https://github.com/software-mansion/live-compositor/assets/104033489/e6f5ba7c-ab05-4935-a42a-bc28c42fc895

## Technical requirements

- **FFmpeg** (FFmpeg6 on Linux, FFmpeg 7 on MacOS)
Expand Down
Loading