We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cf1ce commit f5a3e1eCopy full SHA for f5a3e1e
1 file changed
README.md
@@ -1,8 +1,11 @@
1
# Batch-Encoder
2
A small personal project. A .bat file which uses FFMPEG to encode a folder full of video files.
3
4
+## Dependencies:
5
+- [FFmpeg](https://ffmpeg.org/)
6
+ - This will at some point be acquired for you, but currently must be downloaded manually first
7
+
8
## Instructions for use ((WIP)):
9
1) Grab the [latest release](https://github.com/Adam-Kay/Batch-Encoder/releases/latest) of `batch.encoder.v[*].bat`.
10
2) Place into a folder with video files.
11
3) Run `batch.encoder.v[*].bat`.
-4) (add about ffmpeg)
0 commit comments