Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Olt committed Oct 9, 2024
1 parent 5ee8271 commit ec46f48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ For a nice list of all plugins (and scripts/wheels) with more details, see the [

|Name | Linux (x86_64) | macOS (Intel) |macOS (Apple Silicon)|
|------------------------------------------------------------|------------------|---------------|---------------------|
|<td colspan="3">**Color/Levels (2/5)**
|**Color/Levels (2/5)**||||
|[Curve](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Curve)||||
|[MatchHistogram](https://github.com/dubhater/vapoursynth-matchhistogram)||||
|<td colspan="3">**Deinterlacing (6/10)**
|**Deinterlacing (6/10)**||||
|[Bwdif](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bwdif) ||||
|[EEDI2](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI2) ||||
|[NNEDI3](https://github.com/dubhater/vapoursynth-nnedi3) ||||
|[SangNom](https://github.com/dubhater/vapoursynth-sangnom) ||||
|[TDeintMod](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TDeintMod)||||
|[Yadifmod](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Yadifmod) ||||
|<td colspan="3">**Denoising (11/38)**
|**Denoising (11/38)**||||
|[Bilateral](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bilateral)||||
|[BM3D](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D) ||||
|[Cnr2](https://github.com/dubhater/vapoursynth-cnr2) ||||
Expand All @@ -41,17 +41,17 @@ For a nice list of all plugins (and scripts/wheels) with more details, see the [
|[TBilateral](https://github.com/dubhater/vapoursynth-tbilateral) ||||
|[TemporalMedian](https://github.com/dubhater/vapoursynth-temporalmedian) ||||
|[TemporalSoften2](https://github.com/dubhater/vapoursynth-temporalsoften2) ||||
|<td colspan="3">**Dot Crawl and Rainbows (6/8)**
|**Dot Crawl and Rainbows (6/8)**||||
|[Bifrost](https://github.com/dubhater/vapoursynth-bifrost) ||||
|[DeCross](https://github.com/dubhater/vapoursynth-decross) ||||
|[DeDot](https://github.com/dubhater/vapoursynth-dedot) ||||
|[SmoothUV](https://github.com/dubhater/vapoursynth-smoothuv)||||
|[SSIQ](https://github.com/dubhater/vapoursynth-ssiq) ||||
|[TComb](https://github.com/dubhater/vapoursynth-tcomb) ||||
|<td colspan="3">**Inverse Telecine (2/3)**
|**Inverse Telecine (2/3)**||||
|[IT](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-IT)||||
|[TIVTC](https://github.com/dubhater/vapoursynth-tivtc) ||||
|<td colspan="3">**Other (21/75)**
|**Other (21/75)**||||
|[AddGrain](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-AddGrain) ||||
|[AWarpSharp2](https://github.com/dubhater/vapoursynth-awarpsharp2) ||||
|[CTMF](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-CTMF) ||||
Expand All @@ -73,19 +73,19 @@ For a nice list of all plugins (and scripts/wheels) with more details, see the [
|[TCanny](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny) ||||
|[TEdgeMask](https://github.com/dubhater/vapoursynth-tedgemask) ||||
|[vs-noise](https://github.com/wwww-wwww/vs-noise) ||||
|<td colspan="3">**Resizing and Format Conversion (3/13)**
|**Resizing and Format Conversion (3/13)**||||
|[Descale](https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-descale)||||
|[JincResize](https://github.com/Kiyamou/VapourSynth-JincResize) ||||
|[Tonemap](https://github.com/ifb/vapoursynth-tonemap) ||||
|<td colspan="3">**Sharpening (2/2)**
|**Sharpening (2/2)**||||
|[ASharp](https://github.com/dubhater/vapoursynth-asharp) ||||
|[CAS - Contrast Adaptive Sharpening](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-CAS)|| ✅ (10.13) ||
|<td colspan="3">**Source/Output (4/13)**
|**Source/Output (4/13)**||||
|[BestSource](https://github.com/vapoursynth/bestsource) || ✅ (10.15) ||
|[ColorBars](https://github.com/ifb/vapoursynth-colorbars) ||||
|[FFmpegSource2](https://github.com/FFMS/ffms2) ||||
|[QRCodeSource](https://github.com/jeremypoulter/QRCodeSource)||||
|<td colspan="3">**Subtitles (0/5)**
|**Subtitles (0/5)**||||


## Plugin issues
Expand Down
2 changes: 1 addition & 1 deletion readme-update.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main() -> int:
if cat in ['Plugin Dependency']:
continue
plen = len(c.get('plugins',{}))
out_text += '\n|<td colspan="3">**'+cat+' ('+str(plen)+'/'+str(c['total'])+')**'
out_text += '\n|**'+cat+' ('+str(plen)+'/'+str(c['total'])+')**||||'
if plen > 0:
out_list = []
order = ['Name', 'linux-glibc-x86_64', 'darwin-x86_64', 'darwin-aarch64']
Expand Down

0 comments on commit ec46f48

Please sign in to comment.