question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to normalize audio when downloading video (not extract mp3)

See original GitHub issue

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.10.25. If it’s not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I’ve verified and I assure that I’m running youtube-dl 2016.10.25

Before submitting an issue make sure you have:

  • [s] At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple —) not applicable to your issue


Description of your issue, suggested solution and other information

I would like to use youtube-dl to download video’s, normalizing the audio in the process. I understand how to extract an MP3 from the video stream and normalize that, but I would like to have the Video and normalized audio in the container. It seams plausible this could be accomplished during the download, I just don’t know how. If not, it seems like it would be easy to incorporate. The reason this is needed is for downloading recordings of conference sessions, such as Blackhat 2016 briefings, and Defcon sessions. They tend to have microphone volumes all over the place, and when the mic is handed off to someone else you get the hell scared out of your because it’s so loud. Help would be greatly appreciated. I’m posting this on behalf of myself, and 3 others in need of the same process. Thank you for your time.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:17

github_iconTop GitHub Comments

7reactions
markumancommented, Dec 23, 2017

in ffmpeg it’s -filter:a loudnorm.

So it would be cool to have something like youtube-dl --prefer-ffmpeg --normalize

2reactions
mbehmcommented, Apr 22, 2020

I noticed there’s an option to supply extra parameters to the postprocessor so you can do the normalization easily with --prefer-ffmpeg --postprocessor-args "-filter:a loudnorm"

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to normalize audio when downloading video ... - GitHub
I would like to use youtube-dl to download video's, normalizing the audio in the process. I understand how to extract an MP3 from...
Read more >
How to Normalize Audio to Play at the Same Volume Level
Free downloadFree download and run the MP3 volume normalizer, and then click on the Converter icon on the main interface, next, click the...
Read more >
How to Normalize MP3 Files to Play at the Same Volume
Download and install MP3Gain and select Options > Filename Display > Show File Only. · Next, select Add File(s) and add your MP3...
Read more >
How can I normalize audio using ffmpeg? - Super User
Option 2: Use the ffmpeg-normalize tool​​ You simply: download ffmpeg (choose a static build, version 3.1 or higher) put the ffmpeg executable in ......
Read more >
How to Normalize Audio - Movavi
Step 3. Normalize audio files ... Double-click the video or audio on the Timeline to open the Clip Properties window. Check the Normalize...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found