Skip to content

Commit 49e4365

Browse files
committed
see release notes for 2.0.0
1 parent 228a03d commit 49e4365

3 files changed

Lines changed: 233 additions & 162 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ To run this script you will need:
1717
* Python 3.6
1818
* [matplotlib](http://matplotlib.org/users/installing.html)
1919
* [Vapoursynth](http://www.vapoursynth.com) R39+
20-
* [descale](https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale) (really slow for descale) or [descale_getnative](https://github.com/BluBb-mADe/vapoursynth-descale) (perfect for getnative)
20+
* [descale](https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale) (really slow for descale but needed for spline64 and lanczos5)
21+
and/or [descale_getnative](https://github.com/OrangeChannel/vapoursynth-descale) (perfect for getnative)
2122
* [ffms2](https://github.com/FFMS/ffms2) or [lsmash](https://github.com/VFR-maniac/L-SMASH-Works) or [imwri](https://forum.doom9.org/showthread.php?t=170981)
2223

2324
# Example Output
@@ -42,25 +43,30 @@ Output Graph:
4243

4344
| Property | Description | Default value | Type |
4445
| -------- | ----------- | ------------------ | ---- |
45-
| help | Automatically render the usage information when running `-h` or `--help` | False | Action |
46-
| | Absolute or relative path to the input file | Required | String |
4746
| frame | Specify a frame for the analysis. | num_frames//3 | Int |
48-
| mode | Choose a predefined mode \["bilinear", "bicubic", "bl-bc", "all"\] | None | String |
4947
| kernel | Resize kernel to be used | bicubic | String |
5048
| bicubic-b | B parameter of bicubic resize | 1/3 | Float |
5149
| bicubic-c | C parameter of bicubic resize | 1/3 | Float |
5250
| lanczos-taps | Taps parameter of lanczos resize | 3 | Int |
5351
| aspect-ratio | Force aspect ratio. Only useful for anamorphic input| w/h | Float |
5452
| min-height | Minimum height to consider | 500 | Int |
5553
| max-height | Maximum height to consider | 1000 | Int |
56-
| use | Use specified source filter (e.g. "lsmas.LWLibavSource") | None | String |
5754
| is-image | Force image input | False | Action |
5855
| generate-images | Save detail mask as png | False | Action |
5956
| plot-scaling | Scaling of the y axis. Can be "linear" or "log" | log | String |
6057
| plot-format | Format of the output image. Specify multiple formats separated by commas. Can be svg, png, tif(f), and more | svg | String |
6158
| show-plot-gui | Show an interactive plot gui window. | False | Action |
6259
| no-save | Do not save files to disk. | False | Action |
60+
| stepping | This changes the way getnative will handle resolutions. Example steps=3 [500p, 503p, 506p ...] | 1 | Int |
61+
62+
# CLI Args
6363

64+
| Property | Description | Default value | Type |
65+
| -------- | ----------- | ------------------ | ---- |
66+
| help | Automatically render the usage information when running `-h` or `--help` | False | Action |
67+
| | Absolute or relative path to the input file | Required | String |
68+
| mode | Choose a predefined mode \["bilinear", "bicubic", "bl-bc", "all"\] | None | String |
69+
| use | Use specified source filter (e.g. "lsmas.LWLibavSource") | None | String |
6470

6571
# Warning
6672
This script's success rate is far from perfect.
@@ -72,7 +78,7 @@ to automatically recognize 1080p productions.
7278
Use your eyes or anibin if necessary.
7379

7480
# Thanks
75-
BluBb_mADe, kageru, FichteFoll, stux!
81+
BluBb_mADe, kageru, FichteFoll, stux!, LittlePox
7682

7783
# Help?
7884

0 commit comments

Comments
 (0)