Skip to content

retsi101/tomp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomp3

Batch convert videos or audio files (default: input -> mp3)

Usage:
  tomp3 -i file.webm          # outputs file.mp3
  tomp3 -i my\dir             # converts all files in \dir to .mp3 
  tomp3 -e webm -i file.mkv   # outputs file.mkv 
  tomp3 -e webm -i my\dir     # converts all files in \dir to .webm 

Switches:
  -i        input file or directory.
  -e        output extension (without the dot).

About

Learning Python3 and playing with ffmpeg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages