Skip to content

Batch script for extraction of .wav or .mp3 audio from an mp4 video

Notifications You must be signed in to change notification settings

mountaincastle47/mp4_to_mp3_wav_converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

mp4 to mp3 / wav converter

Script extracts audio from all of the videos in the directory

Dependencies

ffmpeg is required

Simply download latest version from ffmpeg github and add ffmpeg.exe to the directory that is saved in PATH

Usage

There are two ways in which the script can be used

  • add the script to the directory with videos needing audio extraction
  • add the script to the PATH enables calling it without moving it to the folder

In both cases, the usage is the same. In the folder with videos needing extraction:

convertWav -rm (optional, removes all of the .mp4 files in the directory after audio extraction)

Audio files will be stored in the directory from which the script was called

About

Batch script for extraction of .wav or .mp3 audio from an mp4 video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%