Skip to content

Commit 3c8dd55

Browse files
author
Jonas Pfenniger
committed
Updated README
1 parent 5f671c8 commit 3c8dd55

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,21 @@ Build dependencies
1717
# (apple login needed)
1818
# <FIXME???>
1919

20-
Build
21-
-----
20+
Build & "install"
21+
-----------------
2222

2323
$ ./build.sh
2424
# ... wait ...
2525
# binaries can be found in ./target/bin/
2626

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+
2735
Debug
2836
-----
2937

0 commit comments

Comments
 (0)