mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
README: replace http with https
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a342c2a531
commit
9ecfcfe481
12
README.md
12
README.md
@ -16,12 +16,12 @@ such as audio, video, subtitles and related metadata.
|
|||||||
|
|
||||||
## Tools
|
## 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.
|
manipulate, convert and stream multimedia content.
|
||||||
* [ffplay](http://ffmpeg.org/ffplay.html) is a minimalistic multimedia player.
|
* [ffplay](https://ffmpeg.org/ffplay.html) is a minimalistic multimedia player.
|
||||||
* [ffprobe](http://ffmpeg.org/ffprobe.html) is a simple analysis tool to inspect
|
* [ffprobe](https://ffmpeg.org/ffprobe.html) is a simple analysis tool to inspect
|
||||||
multimedia content.
|
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.
|
for live broadcasts.
|
||||||
* Additional small tools such as `aviocat`, `ismindex` and `qt-faststart`.
|
* 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 offline documentation is available in the **doc/** directory.
|
||||||
|
|
||||||
The online documentation is available in the main [website](http://ffmpeg.org)
|
The online documentation is available in the main [website](https://ffmpeg.org)
|
||||||
and in the [wiki](http://trac.ffmpeg.org).
|
and in the [wiki](https://trac.ffmpeg.org).
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user