Skip to content

AndreiMaga/Youtube-to-DivX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube-to-DivX

Takes a file with youtube urls and downloads them in mp4 and then coverts them in divx using ffmpeg.

Installation

Step 1

Download and install any 3.X python versions.

Step 2

Run the following command in the command prompt.

pip install tqdm

Step 3

Option 1

Download and extract ffmpeg.exe in the same directory as main.py

Install youtube-dl by running

pip install youtube-dl

Option 2

Run main.py and it will prompt you to download and install both of them.

Usage

If your computer is old, change the thread variables to 1 in config.json .

Add your links in download.txt one per line.

Run the script.

The script will then download each video in mp4 format in the download directory.

After the download is complete, the script will then convert each one of them to divx with mp3 audio encoding, and put all the converted files in the converted directory. This will also delete the mp4 file from the download directory.

Author Andrei Maga

About

Takes a file with youtube urls and downloads them in mp4 and then coverts them in divx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages