Skip to content

Commit 7901f76

Browse files
author
Clement Champetier
committed
README: updated "What you need to know" section
1 parent 4dec4ef commit 7901f76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Click on the badge above to have a big picture view of what's in progress and ho
1515

1616
:warning: The latest avTranscoder API does not fit with libav.
1717

18-
#### What you need to know
19-
* C++ library
20-
* Java and Python bindings generated with SWIG
21-
* multiplateform (Linux, MAC, Windows)
22-
* your call to be based on Libav, FFmpeg, or your custom fork of one of these librairies
18+
#### The basics
19+
* avTranscoder is a C++ library.
20+
* avTranscoder uses [SWIG](http://www.swig.org/) to generate __Java__ and __Python__ bindings.
21+
* avTranscoder is multiplateform (Linux, MAC, Windows).
22+
* avTranscoder could be based on [Libav](https://libav.org/), [FFmpeg](https://ffmpeg.org/), or your custom fork of one of these librairies.
2323

2424
#### License
2525
See [**COPYING.md**](COPYING.md)

0 commit comments

Comments
 (0)