diff options
author | Konrad Iturbe <github@chernowii.com> | 2014-05-27 20:14:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-28 22:38:11 +0200 |
commit | c1485afe4975f95893327a2deb435cb6a72f7d9a (patch) | |
tree | 9a7a941b43cd18dd7c84484114bb0d7ffd111d99 /README.md | |
parent | b3f9052177f24c20f96aea5e565f84aa4024dd06 (diff) | |
download | ffmpeg-c1485afe4975f95893327a2deb435cb6a72f7d9a.tar.gz |
README: add markdown syntax
Reviewed-by: llogan
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000000..c8da820797 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +FFmpeg README +============= + +1) Documentation +---------------- + +* Read the documentation in the doc/ directory in git. + + You can also view it online at http://ffmpeg.org/documentation.html + +2) Licensing +------------ + +* See the LICENSE file. + +3) Build and Install +-------------------- + +* See the INSTALL file. |