Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 801 Bytes

Contributing.md

File metadata and controls

16 lines (11 loc) · 801 Bytes

Contributing

Building from source

Requirements

  • Windows, Linux, or macOS machine
  • Latest .NET SDK
  • (Recommended) Latest PowerShell (pwsh)
  • (Recommended) .NET IDE such as Visual Studio or JetBrains Rider

Bootstrapping FFmpeg

When working on the project locally, you can either use a global instance of FFmpeg (i.e. found on the system's PATH) or a local instance (found in the project directory). To use a local instance, place the corresponding ffmpeg (or ffmpeg.exe) file inside the YoutubeDownloader/ project directory. You can also automatically download FFmpeg for your current platform by running the DownloadFFmpeg.ps1 PowerShell script.