Add 3 video related packages (#1766)

This commit is contained in:
Carlo Capocasa 2020-12-30 11:41:12 +01:00 committed by GitHub
parent dca7dd920c
commit 92edeb2db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18775,6 +18775,53 @@
"license": "MIT",
"web": "https://github.com/capocasa/naw"
},
{
"name": "opus",
"url": "https://github.com/capocasa/nim-opus",
"method": "git",
"tags": [
"opus",
"decoder",
"xiph",
"audio",
"codec",
"lossy",
"compression"
],
"description": "A nimterop wrapper for the opus audio decoder",
"license": "MIT",
"web": "https://github.com/capocasa/nim-opus"
},
{
"name": "nestegg",
"url": "https://github.com/capocasa/nim-nestegg",
"method": "git",
"tags": [
"nestegg",
"demuxer",
"webm",
"video",
"container"
],
"description": "A nimterop wrapper for the nestegg portable webm video demuxer",
"license": "MIT",
"web": "https://github.com/capocasa/nim-nestegg"
},
{
"name": "dav1d",
"url": "https://github.com/capocasa/nim-dav1d",
"method": "git",
"tags": [
"dav1d",
"decoder",
"av1",
"video",
"codec"
],
"description": "A nimterop wrapper for the dav1d portable-and-fast AV1 video decoder",
"license": "MIT",
"web": "https://github.com/capocasa/nim-dav1d"
},
{
"name": "nimviz",
"url": "https://github.com/Rekihyt/nimviz",