SheinH / YouTube-Split

A JavaFX app for splitting youtube videos based on timestamps. Built entirely in Kotlin.
GNU General Public License v3.0
17 stars 6 forks source link

I'm an idiot. How launch this app?? #3

Open entuccio opened 4 years ago

entuccio commented 4 years ago

Could you explain better how??? thank you

MihajloNesic commented 4 years ago
  1. Download the latest version of YouTube Split
  2. Run the app and wait for the dependencies to download.
  3. Once the dependencies are finished, close the app. Download the latest version of youtube-dl (you need the youtube-dl.exe file). Replace the YouTube Split downloaded youtube-dl.exe file with the one you downloaded.
  4. Start the app.
  5. Paste the YouTube URL. In example https://www.youtube.com/watch?v=4uaPrB00eEc
  6. Click the button next to the input to fetch the video's description
  7. Once the description is fetched (image 1), you need to remove all unnecessary text and leave just the timestamps paired with song names (image 2).
  8. After that you need to specify the pattern. In example, if the description has song names like this '0:00 skeugh - grapes', the pattern would be {TIME} {ARTIST} - {SONG} (image 2).
  9. When that's done click next. On the second screen check song names. If everything is correct, specify the download location and bitrate and begin downloading.

Image 1

Image 2