scMarth / youtube-dl-helper

A copy of youtube-dl.exe, ffmpeg.exe, and some useful batch scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube-DL

A copy of youtube-dl.exe, ffmpeg.exe, and some useful batch scripts for Windows

ffmpeg repository: https://github.com/FFmpeg/FFmpeg

youtube-dl repository: https://github.com/rg3/youtube-dl

Prerequisites

List of scripts

  • convert_DIR_to_mp3.bat and convert_to_mp3.bat https://github.com/scMarth/batch_convert_to_mp3

    • These two batch scripts can be used to convert video files into .mp3 files
  • convert_DIR_to_95dBmp3.bat and convert_to_95dBmp3.bat

    • These two scripts are exactly the same as convert_to_mp3.bat and convert_DIR_to_mp3.bat, except afterwards, resulting mp3s are then normalized to 95dB using mp3gain so that the variation in perceived 'loudness' between resulting mp3 files is minimized.
  • yt_download.bat

    • Reads download_list.txt which is a text file containing youtube links, one per line, and then downloads each of them into a video file named using its respective Youtube video title.
  • rename.py

    • A generic skeleton for a Python script that can be modified for renaming files

About

A copy of youtube-dl.exe, ffmpeg.exe, and some useful batch scripts


Languages

Language:Batchfile 80.6%Language:Python 16.6%Language:Shell 2.8%