Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.09 KB

Movie Audio Compressor (MaC)

A Python script to quickly compress the audio dynamic range of video files, preventing large volume fluctuations (e.g., to play a movie at night, or at low volume).

Note: Original file format and subtitles are preserved, video track remains untouched

Requirements

Usage

  1. Drag and drop file(s) directly onto the script (files that don't include an audio stream will be ignored)
  2. Select audio track (if multiple are available)
  3. Choose output directory

Configuration

Modify CONFIG at the top of the script to adjust:

  • Audio codec and bitrate Default: AAC 320kbps
  • Audio filter settings Default: Custom downmix to stereo (see FFmpeg documentation) and use of dynaudnorm for compression
  • Console window size