Skip to content

Commit c9aa76a

Browse files
authored
Merge pull request #12 from simoninns/issue-1-202512
Fix for issue #1 - Check all flagged links and repair the broken ones
2 parents b16cf6e + 2da648f commit c9aa76a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

wiki-default/How-to-guides/Creating-video-from-NTSC-decodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can replace `ffv1` with `huffyuv` to use Huffyuv (another lossless intra cod
9494
# Deinterlacing and Encoding with FFmpeg
9595

9696

97-
59.94i material will look smoothest deinterlaced to 59.94p. Generally the best deinterlacer for this is [QTGMC](http://avisynth.nl/index.php/QTGMC), which is an AviSynth/VapourSynth script and is not available in FFmpeg, but used with ease in tools like [Hybrid](https://www.selur.de/downloads) which is cross platfrom & [StaxRip](https://github.com/staxrip/staxrip#readme) witch is windows based making automatic processing profiles possible to save time.
97+
59.94i material will look smoothest deinterlaced to 59.94p. Generally the best deinterlacer for this is QTGMC, which is an AviSynth/VapourSynth script and is not available in FFmpeg, but used with ease in tools like [Hybrid](https://www.selur.de/downloads) which is cross platform & [StaxRip](https://github.com/staxrip/staxrip#readme) witch is windows based making automatic processing profiles possible to save time.
9898

9999
A fair substitute using FFmpeg-only filters is:
100100

@@ -120,7 +120,7 @@ Caveat: not all telecined sources are easy to work with. If there was mishandlin
120120
# Advanced Filtering with VapourSynth
121121

122122

123-
Here are simple scripts for [VapourSynth](http://www.vapoursynth.com/), a powerful cross-platform video processing framework. Refer to the lossless export section above for getting your source ready for processing with VapourSynth.
123+
Simple scripts for VapourSynth are available (a powerful cross-platform video processing framework). Refer to the lossless export section above for getting your source ready for processing with VapourSynth.
124124

125125

126126
### 59.94i Material

wiki-default/How-to-guides/Creating-video-from-PAL-decodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Today there is 3 widly used options.
233233

234234
Complex forces it to use the complex VT co-efficients, all forces it to deinterlace all frames (not just those flagged as interlaced - which the rawvideo won't be). This is only required if you want to avoid your display solution deinterlacing.
235235

236-
[QTGMC](http://avisynth.nl/index.php/QTGMC), which is an modern [AviSynth](http://avisynth.nl/index.php/Main_Page)/[VapourSynth](https://www.vapoursynth.com/) scriptable filter is not available in FFmpeg, but used with ease in tools like [Hybrid](https://web.archive.org/web/20230601152934/https://www.selur.de/downloads) which is cross platfrom & [StaxRip](https://github.com/staxrip/staxrip#readme) witch is windows based.
236+
QTGMC, which is an modern AviSynth/VapourSynth scriptable filter is not available in FFmpeg, but used with ease in tools like [Hybrid](https://web.archive.org/web/20230601152934/https://www.selur.de/downloads) which is cross platfrom & [StaxRip](https://github.com/staxrip/staxrip#readme) witch is windows based.
237237

238238

239239
## Scaling & Resizing
@@ -252,7 +252,7 @@ If you want to scale to a standard resolution from 928x576 PAL or 760x488 NTSC c
252252

253253
If you keep things interlaced then you may need a `-vf "scale=interl=1"` in the path to ensure 4:2:0 interlaced-aware chroma scaling.
254254

255-
[AviSynth](http://avisynth.nl/index.php/Main_Page)/[VapourSynth](https://www.vapoursynth.com/) - Also have filters like Spline16 wich are widly used.
255+
AviSynth/VapourSynth - Also have filters like Spline16 wich are widly used.
256256

257257

258258
## Tell FFmpeg the required output format

wiki-default/Misc/TBC-median-stacking-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Important: If you are looking for information on how to perform disc stacking us
44

55
[Working with multiple discs](../How-to-guides/Working-with-multiple-discs.md)
66

7-
The following is a guide on how to use the [vapoursynth-median](https://github.com/dubhater/vapoursynth-median) plugin for [Vapoursynth](http://www.vapoursynth.com/) to reduce noise and dropouts and improve detail by using multiple copies of a disc. It requires a working vapoursynth installation, the plugin, and [vsedit](https://bitbucket.org/mystery_keeper/vapoursynth-editor).
7+
The following is a guide on how to use the [vapoursynth-median](https://github.com/dubhater/vapoursynth-median) plugin for Vapoursynth to reduce noise and dropouts and improve detail by using multiple copies of a disc. It requires a working vapoursynth installation, the plugin, and [vsedit](https://bitbucket.org/mystery_keeper/vapoursynth-editor).
88

99
Initial NTSC results with a 3 sources and 5 sources show substantial improvement in SNR, a great reduction in dropouts, and on the 5-source median notably stronger chroma.
1010

wiki-default/Scripts/ld-compress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This script will write a .ldf compressed version of the .lds file to the directo
1616

1717
ld-compress also supports GPU acceleration via [FlaLDF](https://github.com/TokugawaHeavyIndustries/FlaLDF). This requires an OpenCL compatible GPU and installation of FlaLDF.
1818

19-
[Download FlaLDF](https://github.com/TokugawaHeavyIndustries/FlaLDF/releases/latest). Linux users, install using the .deb. If you're on Mac, add FlaLDF to your PATH.
19+
[Download FlaLDF](https://github.com/TokugawaHeavyIndustries/FlaLDF/releases). Linux users, install using the .deb. If you're on Mac, add FlaLDF to your PATH.
2020

2121
To compress an .lds file with GPU acceleration, use:
2222

wiki-default/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ An overview of how a LaserDisc player functions (which can help you to understan
2222

2323
ld-decode revision 7 is the current release of the decoder and associated tools. ld-decode is capable of decoding a wide-range of PAL and NTSC LaserDiscs with support for both analog and digital sound tracks (as well as EFM data tracks as used in Interactive Video systems such as the BBC Domesday system)
2424

25-
The tools suite, decoders, and DomesDay Duplicators [capture app](Hardware/Domesday-Duplicator.md) now also have self contained builds for [Windows](https://github.com/oyvindln/vhs-decode/Windows-Build), [MacOS](https://github.com/oyvindln/vhs-decode/MacOS-Build) & [Linux](https://github.com/oyvindln/vhs-decode/Linux-Build) bundled alongside with [vhs-decode](https://github.com/oyvindln/vhs-decode/wiki/) (*supports a wide range of tape formats), [cvbs-decode](https://github.com/oyvindln/vhs-decode/wiki/CVBS-Composite-Decode) & [hifi-decode](https://github.com/oyvindln/vhs-decode/hifi-decode) projects.
25+
The tools suite, decoders, and DomesDay Duplicators [capture app](Hardware/Domesday-Duplicator.md) now also have self contained builds for [Windows](https://github.com/oyvindln/vhs-decode/wiki/Windows-Build), [MacOS](https://github.com/oyvindln/vhs-decode/wiki/MacOS-Build) & [Linux](https://github.com/oyvindln/vhs-decode/wiki/Linux-Build) bundled alongside with [vhs-decode](https://github.com/oyvindln/vhs-decode/wiki/) (*supports a wide range of tape formats), [cvbs-decode](https://github.com/oyvindln/vhs-decode/wiki/CVBS-Composite-Decode) & [hifi-decode](https://github.com/oyvindln/vhs-decode/wiki/HiFi-Decode) projects.
2626

2727
![Release Highlights](Misc/assets/rev6_release.jpg)

0 commit comments

Comments
 (0)