Skip to content

Commit 6aee0a0

Browse files
make convert script configurable with ENV-variables for docker run
1 parent e71f653 commit 6aee0a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ feel free to add and/or **contribute** your own.
4747

4848
- lets you convert a single file
4949

50-
`LoopConverter [file extension to convert]`
50+
`LoopConverter [folder]`
5151

52-
- uses `convert` on any file in a folder that matches the `[file extension]
52+
- uses `convert` on any file in a folder that matches the `$SOURCE_EXT`
5353

5454
**Example**
5555

5656
- `convert my_funny_video.mkv`
57-
- `LoopConverter mkv /path/to/your/folder/`
57+
- `LoopConverter /path/to/your/folder/`
5858

5959
### TODO
6060

0 commit comments

Comments
 (0)