We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c73eba commit 06a2925Copy full SHA for 06a2925
1 file changed
CONTRIBUTING.md
@@ -51,6 +51,28 @@ This project is transitioning to a semi-managed model. The maintainer welcomes c
51
- Visual Studio 2022 with C# and C++ desktop development workloads
52
- Windows SDK for desktop
53
- .NET 6.0, 8.0, and 9.0 SDKs
54
+- **Git LFS** (for handling large FFmpeg binary files)
55
+
56
+### Git LFS Setup
57
58
+This repository uses Git LFS (Large File Storage) for managing large FFmpeg binary files.
59
60
+**Install Git LFS:**
61
62
+```bash
63
+# On Windows (using Chocolatey)
64
+choco install git-lfs
65
66
+# Or download from https://git-lfs.github.com/
67
+```
68
69
+**Initialize Git LFS in your repository:**
70
71
72
+git lfs install
73
74
75
+After cloning the repository, Git LFS will automatically download the tracked binary files.
76
77
### Building
78
0 commit comments