Skip to content

Converts a video file with Stereo or 5.1 channel AAC/PCM (or any audio codec) to Dolby Digital Plus

Notifications You must be signed in to change notification settings

kdcloudy/E-AC3Muxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

E-AC3Muxer

Converts a video file with Stereo or 5.1 channel AAC/PCM (or any audio codec) to Dolby Digital Plus Works on macOS by default. Install or compile ffmpeg because it's a dependency, and is required.

Bash script, makes use of ffmpeg and automates the muxing process of transcoding an audio stream to Dolby Digital Plus using the open eac3 encoder, and merging it back with the video file.

Instructions

- Download/Clone this repository to your machine
  • Put your desired video file to be converted in the local directory

  • Execute the bash script

$ ./eac3mux.sh

  • Enter your filename with extension (use "" for spaces)

  • Hit enter, and the script will call ffmpeg and create "output.mp4"

About

Converts a video file with Stereo or 5.1 channel AAC/PCM (or any audio codec) to Dolby Digital Plus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages