Skip to content

Lin-Rexter/AudioConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT License: MIT Code style: black security: bandit

AudioConverter

A simple audio converter of python using FFmpeg.

Introduction

1. Use FFmpeg convert audio format.
2. Use PyInquirer and Rich to build beautiful interfaces.
3. Use PyInstaller compiled to Windows executable.
4. Use Black format code.
5. Use Bandit to check code security.
6. Supported audio formats: MP3, FLAC, WAV, AAC, M4A, WMA, OGG (More formats will be added).

Supported languages

  • Chinese
  • English

Installation

Notice: If a security warning appears after running the file,you can continue to run it.

How to use

English

1. Run exe file will display audio files in the current directory(MP3, FLAC, WAV, AAC, M4A, WMA, OGG).
2. Enter the name or the full path or number(If there are audio files in the current directory, it will show) of the audio file you want to convert.
3. Enter the new name of converted audio file or use original name.
4. Choose the format of new audio file.
5. Enter the path of new audio file.

Chinese

1. 執行exe檔後會顯示當前目錄下的音頻(MP3, FLAC, WAV, AAC, M4A, WMA, OGG)。
2. 輸入目標音檔的名稱或完整路徑或是音檔的代號(當前目錄如有音檔,則會顯示代號,方便輸入)。
3. 輸入轉換後的音檔名稱,也可使用原本名稱。
4. 選擇轉換後的音頻格式。
5. 輸入要儲存的位置。

Future

  • Support more audio formats.
  • Support video convertion.

License

MIT