Skip to content

Commit

Permalink
Merge pull request #22 from SL9-1994/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
SL9-1994 authored May 7, 2024
2 parents dd71dc4 + ead2837 commit 6699e9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* **必ずREADMEを最後まで読んでから、使用してください。**
* **Be sure to read the README to the end before use.**

## Example
<img src="example/sample01.png" width="600">

## Features
* Ability to download Youtube videos
* Ascii_video conversion of videos and display in Terminal
Expand All @@ -23,6 +26,10 @@
$ term_video_cli -f [Path_to_downloaded_video_file]
```

**※ Ascii_video play only after conversion. (will be played back in the same size as when converted)**
```zsh
$ term_video_cli -p
```
### 2. Build from source code
1. Clone the repository and build or run
```zsh
Expand All @@ -39,6 +46,10 @@
$ cargo run -- -f [Path_to_downloaded_video_file]
```

**※ Ascii_video play only after conversion. (will be played back in the same size as when converted)**
```zsh
$ cargo run -- -p
```
## Critical information

### Japanese
Expand Down Expand Up @@ -68,4 +79,4 @@
* tokio "1.37.0"

## License
This project is licensed under the MIT license.
This project is licensed under the [MIT license](/LICENSE).
Binary file added example/sample01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6699e9a

Please sign in to comment.