Skip to content

Commit bb0a333

Browse files
committed
Removed 21 spelling errors
1 parent 7820c69 commit bb0a333

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

wiki-default/Creating-video-from-decodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Creating Video Files
22

33

4-
This is a manual guide for people looking for a more "I want to tweak" or implement there own FFmpeg profiles or tools to do this process or just if you feel like learning how everything works behind the automated scripting today!
4+
This is a manual guide for people looking for a more "I want to tweak" or implement their own FFmpeg profiles or tools to do this process or just if you feel like learning how everything works behind the automated scripting today!
55

66
> [!TIP]
77
> If your lazy [tbc-video-export](https://github.com/oyvindln/vhs-decode/wiki/TBC-to-Video-Export-Guide) handles pretty much everything below automatically, with profiles for codecs & frame sizes and easier handling of metadata.

wiki-default/Hardware/Domesday-Duplicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Domesday Duplicator (DdD) is a USB 3.0 hardware solution originally built fo
99
> [!CAUTION]
1010
> - The DdD is also suitable for use capturing many other single channel FM RF based formats, such as Video8/Hi8 & Betamax NTSC.
1111
>
12-
> - However VHS, Betamax PAL and other formats require multible ADC channels for Video RF & HiFi audio (Also Baseband or Linear audio) please look at the [Clockgen Mod](https://github.com/oyvindln/vhs-decode/wiki/Clockgen-Mod) & the new [MISRC](https://github.com/Stefan-Olt/MISRC/) for this as the DdD only has a single ADC channel.
12+
> - However VHS, Betamax PAL and other formats require multiple ADC channels for Video RF & HiFi audio (Also Baseband or Linear audio) please look at the [Clockgen Mod](https://github.com/oyvindln/vhs-decode/wiki/Clockgen-Mod) & the new [MISRC](https://github.com/Stefan-Olt/MISRC/) for this as the DdD only has a single ADC channel.
1313
1414

1515
# Docs

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
@@ -14,7 +14,7 @@ The following is a series of notes about how to use FFmpeg to convert the output
1414

1515
NTSC - National TV Standards Committee (affectionately referred to as Never The Same Colour)
1616

17-
Used primariy in North Armerica but Japan there is the NTSC-J standard with 0 IRE black levels.
17+
Used primarily in North America but Japan there is the NTSC-J standard with 0 IRE black levels.
1818

1919
NTSC video is displayed at 29.97 frames per second, that is 59.94 fields per second (each frame being made of two fields). Except for progressive 29.97 material (commonly referred to as 30p), properly viewing it on modern displays will require some form of deinterlacing and the deinterlacing technique depends on the source.
2020

@@ -38,7 +38,7 @@ There is now the [TBC-Video-Export](https://github.com/oyvindln/vhs-decode/wiki/
3838

3939
Which has pre-made easy to edit FFmpeg profiles and allows quick and simple exporting of CVBS & Y/C TBC files from ld-decode & vhs-decode and automatic encoding of the chroma-decoded output to ready to use interlaced or progressive video files.
4040

41-
This provies a very hands off inital export experiance sutiable for users new or ones just looking to save some time.
41+
This provides a very hands off initial export experience suitable for users new or ones just looking to save some time.
4242

4343
FFV1 10-bit 4:2:2 is the stock export profile.
4444

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
@@ -82,7 +82,7 @@ The first stage is the chroma-decoder arguments.
8282

8383
`ld-chroma-decoder` - Calls the application a `./` might be needed at the start (ld-chroma-decoder.exe in windows)
8484

85-
`--decoder transform3d` - Tells the chroma-decoder to use the PAL Trasform 3D decoder on the signal.
85+
`--decoder transform3d` - Tells the chroma-decoder to use the PAL Transform 3D decoder on the signal.
8686

8787
`--output-format y4m` - Tells the chroma-decoder to output uncompressed YUV (`-p` short hand command option)
8888

@@ -110,7 +110,7 @@ Colour Space & Transfer: `-color_primaries bt470bg -color_trc bt709 -colorspace
110110

111111
Colour Range: `-color_range tv` sets the black levels to 16-255 limited TV range. (ware as pc would do 0-255 full range)
112112

113-
Aspect Ratio: `-vf setdar=4/3,setfield=tff` - This sets it to 4:3 standard, also added is an redundent field flag to ensure field store is set to interlaced.
113+
Aspect Ratio: `-vf setdar=4/3,setfield=tff` - This sets it to 4:3 standard, also added is a redundant field flag to ensure field store is set to interlaced.
114114

115115
Container: is defined by the final item in the command `OUTPUT.mov` so .mov for Quicktime or .mkv for Mastroska.
116116

wiki-default/Installation/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ld-decode and the various included tools are designed for (and tested on) Ubuntu
55

66
It is possible to compile and run ld-decode in other Linux environments however this is not regularly tested by the projects. But do read the [Linux Compatability Doc](https://docs.google.com/document/d/132ycIMMNvdKvrNZSzbckXVEPQVLTnH_YX0Oh3lqtkkQ/edit).
77

8-
For first-time users using a self contained combined build will be the most simple, just like installing or deploying any outher piece of portable software this maintained from the [vhs-decode repository](https://github.com/oyvindln/vhs-decode/releases) witch also contains hifi-decode and a cross code developed composite decoder cvbs-decode.
8+
For first-time users using a self contained combined build will be the most simple, just like installing or deploying any other piece of portable software this maintained from the [vhs-decode repository](https://github.com/oyvindln/vhs-decode/releases) which also contains hifi-decode and a cross code developed composite decoder cvbs-decode.
99

1010

1111
### Self Contained Builds
@@ -27,7 +27,7 @@ A Haswell (or newer) i9/i7 or Ryzen with 16-64Gb of RAM and 2TB of soild state &
2727

2828
Blu-Ray BDXL Optical discs 100-128GB (M-Disc/DataLifePlus) and LTO5 tapes can be recommended as relatively affordable long term archival storage formats.
2929

30-
Decoding in simple terms is single core bias, so faster higher speed intergrated CPUs like those found in the Apple M1 Max, and AMDs x3D line and newer are today's fastest chips, the decoders today wont be more efficient past 6 threads. (excluding the chroma-decoder and hifi-decode)
30+
Decoding in simple terms is single core bias, so faster higher speed integrated CPUs like those found in the Apple M1 Max, and AMDs x3D line and newer are today's fastest chips, the decoders today wont be more efficient past 6 threads. (excluding the chroma-decoder and hifi-decode)
3131

3232

3333
# Dedicated Install
@@ -104,7 +104,7 @@ First install dependencies
104104

105105
sudo apt install git qt5-qmake qtbase5-dev libqwt-qt5-dev libqt5svg5-dev libfftw3-dev python3-tk libavformat-dev libavcodec-dev libavutil-dev ffmpeg openssl pv pkg-config cmake make python3-setuptools
106106

107-
Go to the directory you wish to insall ld-decode into normally username/home
107+
Go to the directory you wish to install ld-decode into normally username/home
108108

109109
git clone https://github.com/happycube/ld-decode ld-decode
110110

wiki-default/Support/Social-Media.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can follow the primary ld-decode developers on social media:
88

99
## Discord
1010

11-
There is a quite active Discord server of which most current development and usage of the project is disscussed and home to outher software decoding projects such as `vhs-decode`/`cvbs-decode`/`hifi-decode` & `FL2k TBC Player`
11+
There is a quite active Discord server of which most current development and usage of the project is discussed and home to other software decoding projects such as `vhs-decode`/`cvbs-decode`/`hifi-decode` & `FL2k TBC Player`
1212

1313
[The Domesday86 Discord Server](https://discord.com/invite/pVVrrxd)
1414

@@ -22,7 +22,7 @@ There is a project group available on Facebook which you are welcome to join for
2222

2323
We still have an IRC that is linked to the Discord for those interested but do not wish to join Discord.
2424

25-
However this is limited to only one channel of sevreal inside the server and lacks access to the years of serchable messages.
25+
However this is limited to only one channel of several inside the server and lacks access to the years of searchable messages.
2626

2727
[Libera IRC](https://web.libera.chat/) #domesday86
2828

wiki-default/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to the ld-decode documentation site.
44

5-
ld-decode is an open-source effort to provide a "software defined LaserDisc player". The project is completely open and we welcome your contributions to both [the project source code](https://github.com/happycube/ld-decode) as well as [this documentation](Support/Contributing-to-documentation.md) as both are available on Github for you to use, enjoy and extend.
5+
ld-decode is an open-source effort to provide a "software defined LaserDisc player". The project is completely open and we welcome your contributions to both [the project source code](https://github.com/happycube/ld-decode) as well as [this documentation](Support/Contributing-to-documentation.md) as both are available on GitHub for you to use, enjoy and extend.
66

77
The project aims to take high-quality FM RF Archival captures of LaserDiscs, ideally captured by the [Domesday Duplicator](Hardware/Domesday-Duplicator.md) hardware and software (as its designed for LaserDisc RF in mind), but can also take captures from other RF capture devices that make PCM style samples such as the [CX Cards](https://github.com/oyvindln/vhs-decode/wiki/CX-Cards), [MISRC](https://github.com/Stefan-Olt/MISRC), [Hsdaoh](https://github.com/oyvindln/vhs-decode/wiki/RF-Capture-Hardware#hsdaoh-method) and decode the RF back into usable component parts such as composite video, analogue audio and digital data and audio too.
88

0 commit comments

Comments
 (0)