mirror of
https://github.com/samsonjs/LayerVideoCompositor.git
synced 2026-03-25 09:25:52 +00:00
Create README.md
This commit is contained in:
parent
f716607e17
commit
e0826027ca
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# LayerVideoCompositor
|
||||||
|
|
||||||
|
An example of using a custom video compositor to overlay a layer on a video.
|
||||||
|
|
||||||
|
This may be useful in working around [radar 28553945](http://www.openradar.me/28553945) as described in [this StackOverflow question](http://stackoverflow.com/questions/39760147/ios-10-avplayerlayer-doesnt-show-video-after-using-avvideocompositioncoreanima).
|
||||||
|
|
||||||
|
This was extracted from [1 Second Everyday](http://1se.co) so if this was useful you should check out our app :)
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
[MIT License](https://sjs.mit-license.org)
|
||||||
Loading…
Reference in a new issue