Skip to content

ScoutHunter/movie-audio-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

A Python script to quickly compress the audio dynamic range of video files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages