You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All sub-projects share common tools and techniques by being active forks of this repository.
14
14
@@ -17,7 +17,7 @@ ld-decode is a GPL3 open-source project run entirely by volunteers and provided
17
17
18
18
# Installation & Downloads
19
19
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).
21
21
22
22
If you'd like to download binaries or compile the project from source please see the project's wiki for detailed instructions.
23
23
@@ -39,7 +39,7 @@ You can find the wiki here: [ld-decode Wiki](https://github.com/happycube/ld-dec
39
39
40
40
The wiki includes details of the ld-decode community's Discord / IRC Bridge and the now legacy Facebook group.
41
41
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.
43
43
44
44
There is also a VHS specific subreddit [r/vhs-decode](https://new.reddit.com/r/vhsdecode/) that is fairly active.
45
45
@@ -51,3 +51,4 @@ The source is split roughly into three sections:
51
51
- 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
52
52
- ld-decode-tools (under the tools/ directory) - The Qt based tool-chain for processing tbc files and associated metadata in various ways
53
53
- 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