Skip to content

kayros-paradox/video-to-audio-converter

Repository files navigation

📄 Preparatory Steps

1. Make sure you have python3 and python3-pip packages installed.

sudo apt install python3 -y
sudo apt install python3-pip -y

2. Create a venv environment in your directory.

python3 -m venv venv

💻 Easy Installation

1. Activating the virtual environment.

source venv/bin/activate

2. Installation of the necessary modules python3.

sh install.sh

3. Move them to /usr/bin [if desired] and use.

videotomp3 <video>

or

./videotomp3 <video>

The execution result is in the audio folder.


📖 Use without installation

1. Activating the virtual environment.

source venv/bin/activate

2. Installation of the necessary modules python3.

sh pip-sources.sh

3. Using (example):

python3 videotomp3.py <videofile>

The execution result is in the audio folder.