Skip to content

A script to convert several video files to audio files all at once.

License

Notifications You must be signed in to change notification settings

lyraxvincent/bulk-video-audio-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Bulk Video-Audio Converter

This is a simple script to convert many video files to audio files all at once by specifying the location of the target directory containing the video files.
Used is the python library moviepy .Here is it's documentation

Installation instructions available on the above documentation link.

Incase of module import problems

I encountered some problems importing modules,incase you have the same problems here is what to do:

  • pip install ffmpeg
  • pip install imageio-ffmpeg
  • Try running your program out of the python environment(don't activate env; just run python script.py in the terminal)

About

A script to convert several video files to audio files all at once.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages