diff options
author | Ganesh Ajjanagadde | 2015-10-05 23:39:08 -0400 |
---|---|---|
committer | Michael Niedermayer | 2015-10-06 13:27:29 +0200 |
commit | 9ecfcfe481ff38ef8af87bfcab74d87943edc880 (patch) | |
tree | e5209f6ca9b1f5bc8a335f2377a2a24703742ef4 /README.md | |
parent | a342c2a5317f3791bac1ccd3b919c94d4bace8ef (diff) |
README: replace http with https
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -16,12 +16,12 @@ such as audio, video, subtitles and related metadata. ## Tools -* [ffmpeg](http://ffmpeg.org/ffmpeg.html) is a command line toolbox to +* [ffmpeg](https://ffmpeg.org/ffmpeg.html) is a command line toolbox to manipulate, convert and stream multimedia content. -* [ffplay](http://ffmpeg.org/ffplay.html) is a minimalistic multimedia player. -* [ffprobe](http://ffmpeg.org/ffprobe.html) is a simple analysis tool to inspect +* [ffplay](https://ffmpeg.org/ffplay.html) is a minimalistic multimedia player. +* [ffprobe](https://ffmpeg.org/ffprobe.html) is a simple analysis tool to inspect multimedia content. -* [ffserver](http://ffmpeg.org/ffserver.html) is a multimedia streaming server +* [ffserver](https://ffmpeg.org/ffserver.html) is a multimedia streaming server for live broadcasts. * Additional small tools such as `aviocat`, `ismindex` and `qt-faststart`. @@ -29,8 +29,8 @@ such as audio, video, subtitles and related metadata. The offline documentation is available in the **doc/** directory. -The online documentation is available in the main [website](http://ffmpeg.org) -and in the [wiki](http://trac.ffmpeg.org). +The online documentation is available in the main [website](https://ffmpeg.org) +and in the [wiki](https://trac.ffmpeg.org). ### Examples |