We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f671c8 commit 3c8dd55Copy full SHA for 3c8dd55
README.md
@@ -17,13 +17,21 @@ Build dependencies
17
# (apple login needed)
18
# <FIXME???>
19
20
-Build
21
------
+Build & "install"
+-----------------
22
23
$ ./build.sh
24
# ... wait ...
25
# binaries can be found in ./target/bin/
26
27
+NOTE: If you're going to use the h264 presets, make sure to copy them along the binaries. For ease, you can put them in your home folder like this:
28
+
29
+ $ mkdir ~/.ffmpeg
30
+ $ cp ./target/share/ffmpeg/*.ffpreset ~/.ffmpeg
31
32
+Make sure to copy the presets somewhere along ffmpeg if you're using them.
33
+ One sure way is to use the ~/.ffpresets folder to
34
35
Debug
36
-----
37
0 commit comments