Skip to content

Latest commit

 

History

History

audio_segment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Audio Segment Tool

Segment the Videos and Audios files into small segments of audios.

Requirements

  • FFmpeg
  • pydub: pip install pydub

Support formats

  • Input format: mkv, mp4, flv, wav or other formats that FFmpeg surpported
  • Output format: wav

Usage

Refer to test_audio_segment.py.