8000 GitHub - andyrees/loudfixer: A simple utilty to check the audio levels in a media file for compliance against the EBU R128 or ATSC A/85 RP standards
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple utilty to check the audio levels in a media file for compliance against the EBU R128 or ATSC A/85 RP standards

License

Notifications You must be signed in to change notification settings

andyrees/loudfixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

loudfixer

A simple utilty to check the audio levels in a media file for compliance against the EBU R128 or ATSC A/85 RP standards.

Audio loudness measurement and normalization with EBU R128 (Calm Act, ATSC A/851

This utility uses the power of Go to easily parse the json results from a ffprobe call on a file and obtains the specifics of each stream in the media file. It then uses ffmpeg to check the file for its EBU loudness levels and returns the value.

Once this is done it is possible to create a ffmpeg command to transcode the file according to the source settings, thus avoiding audio drift and any obvious deterioration, whilst correcting the audio levels and ensuring broadcast loudness audio level compliance.

Andy Rees

Usage of loudfixer:
-autofix=false: True to automatically correct the audio levels
-ebu=true: True for EBUR 128, False for ATSC A/85 RP
-filename="": Full path of file to check
-output="json": choose: json | xml | simple

1. [GRH. (2012). Audio loudness measurement and normalization with EBU R128 (Calm Act, ATSC A/85). Available: http://auphonic.com/blog/15/. Last accessed 31 Aug 2014.]

About

A simple utilty to check the audio levels in a media file for compliance against the EBU R128 or ATSC A/85 RP standards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0