Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

why was i doing the backend in c++?

Stealify

For educational purpose only

Downloading copyrighted material is not endorsed by Stealify and not permitted except you have the required rights.

This is a small project to download audio from youtube and then play it back.

It uses youtube-dl to download the video and then converts it using ffmpeg.

The Scripts/ directory contains build scripts for Windows and Linux, and the Vendor/ directory contains Premake binaries (currently version 5.0-beta2).

Prerequisites

Visual Studio 2010 (VC++ 10.0) SP1
(Optional) ffmpeg installed in "C:\\FFmpeg\\ffmpeg\\bin\\ffmpeg.exe" (or simply edit the checkFFMPEGInstallation method in Backend/Backend.cpp)

Getting Started

  1. Clone this repository
  2. Backend is where the magic happens and Frontend will be used for a GUI in future versions
  3. Open the Scripts/ directory and run the appropriate Setup script to generate projects files. You can edit the setup scripts to change the type of project that is generated - out of the box they are set to Visual Studio 2022 for Windows and gmake2 for Linux.

Note that no macOS setup script is currently provided; you can duplicate the Linux script and adjust accordingly.

License

  • UNLICENSE for this repository (see UNLICENSE.txt for more details)
  • Premake is licensed under BSD 3-Clause (see included LICENSE.txt file for more details)

About

This is a small project to download audio from youtube and then play it back using SFML and ffmpeg.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages