Skip to content

Commit e7b4492

Browse files
committed
README and contents
0 parents  commit e7b4492

34 files changed

+11963
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# How to Write a Video Player in Less Than 1000 Lines
2+
3+
## Contents
4+
This is the copy of
5+
```
6+
http://dranger.com/ffmpeg/ffmpeg.html
7+
```
8+
9+
## Source code
10+
ffmpegsource.tar.gz
11+
12+
## Kotlin/Native implementation of this tutorial
13+
```
14+
https://blog.jetbrains.com/kotlin/2018/02/application-development-in-kotlinnative/
15+
```
16+
17+
## Kotlin/Native source code
18+
```
19+
https://github.com/JetBrains/kotlin-native/tree/master/samples/videoplayer
20+
```

0 commit comments

Comments
 (0)