diff --git a/README.md b/README.md index d0c05ee..eeda674 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[🇨🇳](/README-cn.md "Simplified Chinese") + [![license](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg) I was looking for a tutorial/book that would teach me how to start to use [FFmpeg](https://www.ffmpeg.org/) as a library (a.k.a. libav) and then I found the ["How to write a video player in less than 1k lines"](http://dranger.com/ffmpeg/) tutorial.