Skip to content

HaoyangSunMartin/MP4_to_Mp3_conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Python Project

Purpose

This repository is designed as a simple tool to extract .mp3 from .mp4 files.

Please feel free to Fork or Download this repository for your own usage. A graphical for drag and drop interface might be developed in the future. Feel free to fork this project and contribute.

Dependencies

first set up a conda environment with python>=3.9 and moviepy package:

conda install -c conda-forge moviepy

Instructions

run the command line for further instructions:

python main.py --help

Potential Issues and Fixes

if you get the error similar to:

cannot import name 'volumex' from 'moviepy.video.fx

please refer to this pageMoviePyFix for help by changing the init.py file of the moviepy:

About

This repository is a python script that extract the mp3 sound from mp4 videos

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors