Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 399 Bytes

YT2MP3Sharp is an app built by me as there are not to many out there 😉.

This is just an UI written in C# with AvaloniaUI, YoutubeExplode libraries and ffmpeg as dependency.

To build do:

  • dotnet restore
  • dotnet build -c Release
  • go to Release folder and put your FFMpeg executable there
  • ffmpeg.exe

Download ffmpeg from here.