All Projects → adityashrm21 → Video-to-audio-converter

adityashrm21 / Video-to-audio-converter

Licence: MIT license
A simple tool to convert video files into mp3 audio files

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Video-to-audio-converter

cti-stix-elevator
OASIS Cyber Threat Intelligence (CTI) TC Open Repository: Convert STIX 1.2 XML to STIX 2.x JSON
Stars: ✭ 42 (+5%)
Mutual labels:  converter, python-script
Chrome-Extractor
Python script that will extract all saved passwords from your google chrome database on windows only
Stars: ✭ 51 (+27.5%)
Mutual labels:  python-script
mdtable2csv
convert tables in .md to .csv
Stars: ✭ 91 (+127.5%)
Mutual labels:  converter
ipynb-py-convert
Convert .py files runnable in VSCode or Atom/Hydrogen to Jupyter .ipynb notebooks and vice versa
Stars: ✭ 38 (-5%)
Mutual labels:  converter
motivate
⚡ motivate ⚡ - A simple script to print random motivational quotes. Highly influenced by linux command fortune.
Stars: ✭ 24 (-40%)
Mutual labels:  python-script
xml-to-json
Simple API that converts dynamic XML feeds to JSON through a URL or pasting the raw XML data. Made 100% in PHP.
Stars: ✭ 38 (-5%)
Mutual labels:  converter
iptvtools
A set of scripts that help to better IPTV experience.
Stars: ✭ 103 (+157.5%)
Mutual labels:  python-script
aprenda-python
Aprendizado, dicas e projetos sobre Python
Stars: ✭ 22 (-45%)
Mutual labels:  python-script
deep-security-py
Unified Python SDK for both APIs in Trend Micro Deep Security 9.6 and 10.0.
Stars: ✭ 28 (-30%)
Mutual labels:  python-script
python-package-template
Easy to use template for great PyPi packages
Stars: ✭ 19 (-52.5%)
Mutual labels:  python-script
color-converter
Command line tool for converting colors from RGB to HEX and vice versa.
Stars: ✭ 17 (-57.5%)
Mutual labels:  converter
ical2json
A simple node package to convert ical data to json
Stars: ✭ 46 (+15%)
Mutual labels:  converter
react-in-out-textarea
A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
Stars: ✭ 28 (-30%)
Mutual labels:  converter
Tracker
Even the best of apps have their issues
Stars: ✭ 113 (+182.5%)
Mutual labels:  converter
ubase
remove accents from utf8 strings
Stars: ✭ 14 (-65%)
Mutual labels:  converter
cyan
Cyan Color Converter
Stars: ✭ 68 (+70%)
Mutual labels:  converter
video2gif
A batch script for convert video to GIF files by FFmpeg.exe on Windows
Stars: ✭ 48 (+20%)
Mutual labels:  converter
form-data-json
A zero dependency, cross browser library to easily get or set/manipulate form input values as/from a json object.
Stars: ✭ 37 (-7.5%)
Mutual labels:  converter
Python-scripts-collection
This is a collection of short Python scripts to solve and automate tasks and simplify any work.
Stars: ✭ 182 (+355%)
Mutual labels:  python-script
Text to MD
Convert your docs to markdown format.
Stars: ✭ 15 (-62.5%)
Mutual labels:  converter

Video-to-audio-converter

A python script to convert video files into mp3 audio files. As a heavy listener of music, I prefer keeping audio files on my phone than video files to consume less disk space. This tool helps in converting the video files present in my computer to mp3 audio files.

Requirements:

This script needs Python 3+

If you don't have Python 3 installed, you just need to install python3 package :

$ sudo apt-get install python3

Clone:

$ git clone https://github.com/adityashrm21/Video-to-audio-converter
$ cd ../Video-to-audio-converter

Usage:

$ python3 video_to_audio.py <filename>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].