Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Mar 26, 2024
1 parent 557babf commit b584ce9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Work in progress
# webvids

Terminal app to create optimized videos for use on the web.
Terminal app to create optimized videos for the web.

![TUI example gif](assets/example.gif)

## Use
## Usage

Choose an input file and set your options.

A folder named `optimized` will be created in the working directory containing the optimized videos.

To use in HTML:
Use both videos in HTML with `source` tags:

```html
<video>
Expand All @@ -21,5 +21,5 @@ To use in HTML:

## Todo

- goreleaser
- update option
- pass file directly as argument

0 comments on commit b584ce9

Please sign in to comment.