Skip to content

Commit e08a916

Browse files
committed
Fixes to readme.md
1 parent 8d9e415 commit e08a916

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ld-decode recovers video, analog audio, digital audio and metadata content from
66

77
Although ld-decode was originally dedicated to LaserDiscs it has become part of a larger ecosystem including:
88

9-
- **[vhs-decode](https://github.com/oyvindln/vhs-decode)** (for videotape formats)
10-
- **[cvbs-decode](https://github.com/oyvindln/cvbs-decode)** (for composite video)
11-
- **[hifi-decode](https://github.com/oyvindln/hifi-decode)** (for audio processing)
9+
- **[vhs-decode](https://github.com/oyvindln/vhs-decode/wiki)** (for videotape formats)
10+
- **[cvbs-decode](https://github.com/oyvindln/vhs-decode/wiki/CVBS-Composite-Decode)** (for composite video)
11+
- **[hifi-decode](https://github.com/oyvindln/vhs-decode/wiki/hifi-decode)** (for audio processing)
1212

1313
All sub-projects share common tools and techniques by being active forks of this repository.
1414

@@ -17,7 +17,7 @@ ld-decode is a GPL3 open-source project run entirely by volunteers and provided
1717

1818
# Installation & Downloads
1919

20-
Note that the main repo is under constant development and, while we strive to keep it stable, it is a part of the active development cycle. Contributors maintain read-made binary builds which are far more suitable for end-users and are available for platforms such as Windows and Apple MacOS. The main repo targets only Ubuntu (generally the current LTS version).
20+
Note that the main repo is under constant development and, while we strive to keep it stable, it is a part of the active development cycle. Contributors maintain ready-made binary builds which are far more suitable for end-users and are available for platforms such as Windows and Apple MacOS. The main ld-decode repo targets only Ubuntu (generally the current LTS version - although it's possible to compile the project on most Linux flavors).
2121

2222
If you'd like to download binaries or compile the project from source please see the project's wiki for detailed instructions.
2323

@@ -39,7 +39,7 @@ You can find the wiki here: [ld-decode Wiki](https://github.com/happycube/ld-dec
3939

4040
The wiki includes details of the ld-decode community's Discord / IRC Bridge and the now legacy Facebook group.
4141

42-
If you are interested in contributing or have general questions please join the [Discord server](https://discord.gg/pVVrrxd) which has the entire family of decode projects developers on it (or IRC if you must) as the Facebook group is mostly inactive.
42+
If you are interested in contributing or have general questions please join the [Domesday86 Discord server](https://discord.gg/pVVrrxd) which has the entire family of decode projects developers on it (or IRC if you must) as the Facebook group is mostly inactive.
4343

4444
There is also a VHS specific subreddit [r/vhs-decode](https://new.reddit.com/r/vhsdecode/) that is fairly active.
4545

@@ -51,3 +51,4 @@ The source is split roughly into three sections:
5151
- ld-decode - The main Python application responsible for decoding lds/ldf LaserDisc RF samples into tbc files (time-base corrected framed video) and generating the initial metadata
5252
- ld-decode-tools (under the tools/ directory) - The Qt based tool-chain for processing tbc files and associated metadata in various ways
5353
- scripts (under the scripts/ directory) - Various scripts to assist with development and decoding
54+
- prototypes (under the prototypes/ directory) - Tools under development that are not yet suitable for inclusion in the main tools build environment

0 commit comments

Comments
 (0)