Skip to content

Script converts all MP4 files in a specified directory into MP3 format using moviepy

Notifications You must be signed in to change notification settings

fikriaf/mp4tomp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

MP4 to MP3 Converter

This Python script converts all MP4 files in a specified directory into MP3 format using moviepy. It processes each file, saves it as an MP3, and deletes the original MP4 upon successful conversion.

Features

  • Batch conversion of MP4 files to MP3.
  • Automatically deletes MP4 files after successful conversion.
  • Simple and efficient directory traversal.

Requirements

  • Install the moviepy library:
    pip install moviepy

Usage

Update the directory_path variable in the script with your target directory. Run the script:

python script_name.py

About

Script converts all MP4 files in a specified directory into MP3 format using moviepy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages