0.5.3 โ€ข Published 2 months ago

@videobrew/cli v0.5.3

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
2 months ago

Videobrew CLI

This package contains only the CLI for Videobrew. Come check out the main repository for more information.

๐Ÿ“ผ Videobrew

Videobrew Documentation CLI npm version License Dependency status GitHub Tests Action Test Coverage Status

Create videos using any web technologies (like Svelte, Vue and React) or just plain old HTML, CSS and Javascript. Animate your web page and have Videobrew render it to a video.

๐Ÿšง Work in progress

This project is a work in progress. If you have any questions, please open an issue.

๐Ÿš€ Quickstart

Start composing your videos with code!

Install the CLI

$ npm i -g @videobrew/cli

Create your video app

Let's build the webpack example Video App:

$ cd examples/webpack
$ npm run build

The webpack example video app is built to dist/

Preview your video

See your video app in action by letting Videobrew know where it is:

$ videobrew preview dist/

Open the editor in your browser @ http://localhost:8087

Render your video

$ videobrew render dist/ my-video.mp4

Done ๐ŸŽ‰

Watch ๐Ÿ“ผ the video that Videobrew rendered

Next Steps

Check out the ๐Ÿงช Example Video Apps to see how your favorite web technologies work with Videobrew.

Read the ๐Ÿ“– Documentation to learn how Videobrew works and how to start coding your own video

๐Ÿงช Example Video Apps

ExampleDescriptionUses @videobrew/client
Zero DependenciesJust plain old HTML, CSS and Javascript.
Local InstallationShows how to install and use Videobrew with --save-dev instead of globally with -g.
Sveltekit (wip)A Sveltekit video app example.โœ”
Webpack + TypeScriptUse Webpack and TypeScript to make your video app.โœ”

๐Ÿ˜ Special Thanks

Videobrew wouldn't be here without these awesome projects: Playwright, FFmpeg, Chalk, Prompts, TypeScript, TailwindCSS, Vite, Svelte and more!

License

Videobrew - Create videos using any web technologies.

Copyright (C) 2023 Luttje

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

A copy of the GNU Affero General Public License can be found here. The full license text can also be found on https://www.gnu.org/licenses/.

Third Party Licenses

Licenses of third parties we are directly depending on can be found here. This file was automatically generated with license-checker-rseidelsohn upon running npm run build.

0.5.3

2 months ago

0.5.2

2 months ago

0.5.1

2 months ago

0.5.0

2 months ago

0.4.5

1 year ago

0.4.4-alpha.3

1 year ago

0.4.4-alpha.2

1 year ago

0.4.3-alpha.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.5

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.1.0

1 year ago