Skip to content

Commit

Permalink
updated readme and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierOramas committed Sep 12, 2020
1 parent 6d6d411 commit 370a3c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Leynier Gutiérrez González ([@leynier](https://github.com/leynier))
* Hian Cañizares Díaz ([@hiancdtrsnm](https://github.com/hiancdtrsnm))
* Javier A. Oramas López ([@JavierOramas](https://github.com/javieroramas))

You can help out by:

Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,23 @@ video-diet file test.mp4
```
This option conserve the original file

## For a folder
### For a folder
```bash
video-diet folder ~/Videos
```
This option replaces the original file for the converted files

#### Ignoring files on the folder
```bash
video-diet folder ~/Videos --ignore-extension .mp4
```
This option ignores all the .mp4 files on ~/Videos

```bash
video-diet folder ~/Videos --ignore-path ~/Videos/subfolder
```
This option ignores all the files on ~/Videos/subfolder

## Note

The video conversion can take some time. Depending on the original video properties; the conversion time can be longer than the video.
Expand Down

0 comments on commit 370a3c6

Please sign in to comment.